Skip to main content

ScalarOperationCompletedEventArgs<T> Class

Provides data for the corresponding events.

Namespace: DevExpress.Data.Utils.ServiceModel

Assembly: DevExpress.Data.v23.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.

ReportServiceClient events:

IReportServiceClient events:

The ScalarOperationCompletedEventArgs<T> class provides arguments for the following Report and Dashboard Server client-side events.

ReportServerClient events:

Inheritance

Object
EventArgs
AsyncCompletedEventArgs
ScalarOperationCompletedEventArgs<T>
See Also