corelibraries-devexpress-dot-data-dot-utils-dot-servicemodel-dot-scalaroperationcompletedeventargs-1.md
Provides data for the corresponding events.
Namespace : DevExpress.Data.Utils.ServiceModel
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public class ScalarOperationCompletedEventArgs<T> :
AsyncCompletedEventArgs
Public Class ScalarOperationCompletedEventArgs(Of T)
Inherits AsyncCompletedEventArgs
| Name |
|---|
| T |
The ScalarOperationCompletedEventArgs<T> class provides arguments for the following Report Service client-side events.
|
ReportServiceClient events:
|
IReportServiceClient events:
| | --- | --- | |
|
|
The ScalarOperationCompletedEventArgs<T> class provides arguments for the following Report and Dashboard Server client-side events.
|
ReportServerClient events:
| | --- | |
|
Object EventArgs AsyncCompletedEventArgs ScalarOperationCompletedEventArgs<T>
See Also