ScalarOperationCompletedEventArgs<T> Class
In This Article
Provides data for the corresponding events.
Namespace: DevExpress.Data.Utils.ServiceModel
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public class ScalarOperationCompletedEventArgs<T> :
AsyncCompletedEventArgs
#Type Parameters
Name |
---|
T |
#Remarks
The ScalarOperationCompletedEventArgs<T> class provides arguments for the following Report Service client-side events.
The ScalarOperationCompletedEventArgs<T> class provides arguments for the following Report and Dashboard Server client-side events.
Report |
---|
#Inheritance
Object
EventArgs
AsyncCompletedEventArgs
ScalarOperationCompletedEventArgs<T>
See Also