ClassDataServiceSubmittedChangesEventArgs
Class
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
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.
IsErrorHandled
Gets or sets a value indicating whether the operation error has been marked as handled by calling MarkErrorAsHandled() method.
Methods
MarkErrorAsHandled()
Marks the error as handled.
Declaration
cs-api-definition
public void MarkErrorAsHandled()