Class DataServiceSubmittedChangesEventArgs
Event arguments for a completed submit operation.
Inheritance
Namespace: Telerik.Windows.Controls.DataServices
Assembly: Telerik.Windows.Controls.DataServices.dll
Syntax
public class DataServiceSubmittedChangesEventArgs : AsyncCompletedEventArgs
Properties
DataServiceResponse
Gets the data service response.
Declaration
public DataServiceResponse DataServiceResponse { get; }
Property Value
System.Data.Services.Client.DataServiceResponse
The data service response. |
HasError
Gets a value indicating whether the operation has failed. If true, inspect the Error property for details.
Declaration
public bool HasError { get; }
Property Value
System.Boolean
|
IsErrorHandled
Gets or sets a value indicating whether the operation error has been marked as handled by calling MarkErrorAsHandled() method.
Declaration
public bool IsErrorHandled { get; }
Property Value
System.Boolean
|
Methods
MarkErrorAsHandled()
Marks the error as handled.
Declaration
public void MarkErrorAsHandled()