ScalarOperationCompletedEventArgs(Object, Exception, Boolean, Object) Constructor
Initializes a new instance of the ScalarOperationCompletedEventArgs<T> class with the specified settings.
Namespace: DevExpress.Data.Utils.ServiceModel
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
public ScalarOperationCompletedEventArgs(
object result,
Exception error,
bool cancelled,
object userState
)
Parameters
Name | Type | Description |
---|---|---|
result | Object | A Object value. This value is assigned to the ScalarOperationCompletedEventArgs<T>.Result property. |
error | Exception | A Exception value. |
cancelled | Boolean | true if the operation has been cancelled; otherwise false. |
userState | Object | A Object value. |
See Also