Skip to main content
A newer version of this page is available. .

ScalarOperationCompletedEventArgs<T> Class

Provides data for the corresponding events.

Namespace: DevExpress.Data.Utils.ServiceModel

Assembly: DevExpress.Data.v19.2.dll

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