Class
DataServiceSubmittedChangesEventArgs

Event arguments for a completed submit operation.

Definition

Namespace:Telerik.Windows.Controls.DataServices

Assembly:Telerik.Windows.Controls.DataServices.dll

Syntax:

cs-api-definition
public class DataServiceSubmittedChangesEventArgs : AsyncCompletedEventArgs

Inheritance: objectEventArgsAsyncCompletedEventArgsDataServiceSubmittedChangesEventArgs

Inherited Members AsyncCompletedEventArgs.RaiseExceptionIfNecessary()AsyncCompletedEventArgs.CancelledAsyncCompletedEventArgs.ErrorAsyncCompletedEventArgs.UserStateEventArgs.Empty

Properties

DataServiceResponse

Gets the data service response.

Declaration

cs-api-definition
public DataServiceResponse DataServiceResponse { get; }

Property Value

DataServiceResponse

The data service response.

HasError

Gets a value indicating whether the operation has failed. If true, inspect the Error property for details.

Declaration

cs-api-definition
public bool HasError { get; }

Property Value

bool

IsErrorHandled

Gets or sets a value indicating whether the operation error has been marked as handled by calling MarkErrorAsHandled() method.

Declaration

cs-api-definition
public bool IsErrorHandled { get; }

Property Value

bool

Methods

MarkErrorAsHandled()

Marks the error as handled.

Declaration

cs-api-definition
public void MarkErrorAsHandled()