Back to Devexpress

ScalarOperationCompletedEventArgs<T> Class

corelibraries-devexpress-dot-data-dot-utils-dot-servicemodel-dot-scalaroperationcompletedeventargs-1.md

latest5.0 KB
Original Source

ScalarOperationCompletedEventArgs<T> Class

Provides data for the corresponding events.

Namespace : DevExpress.Data.Utils.ServiceModel

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public class ScalarOperationCompletedEventArgs<T> :
    AsyncCompletedEventArgs
vb
Public Class ScalarOperationCompletedEventArgs(Of T)
    Inherits 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

ScalarOperationCompletedEventArgs<T> Members

DevExpress.Data.Utils.ServiceModel Namespace