ClassDataServiceSubmittingChangesEventArgs
Class
Event arguments for an in progress submit operation.
Definition
Namespace:Telerik.Windows.Controls.DataServices
Assembly:Telerik.Windows.Controls.DataServices.dll
Syntax:
cs-api-definition
public class DataServiceSubmittingChangesEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsDataServiceSubmittingChangesEventArgs
Inherited Members
Properties
SaveChangesOptions
Gets or sets the options for saving changes.
Declaration
cs-api-definition
public SaveChangesOptions SaveChangesOptions { get; set; }
Property Value
SaveChangesOptions
The options for saving changes.