Class DataServiceSubmittingChangesEventArgs
Event arguments for an in progress submit operation.
Inheritance
System.Object
DataServiceSubmittingChangesEventArgs
Namespace: Telerik.Windows.Controls.DataServices
Assembly: Telerik.Windows.Controls.DataServices.dll
Syntax
public class DataServiceSubmittingChangesEventArgs : CancelEventArgs
Properties
SaveChangesOptions
Gets or sets the options for saving changes.
Declaration
public SaveChangesOptions SaveChangesOptions { get; set; }
Property Value
System.Data.Services.Client.SaveChangesOptions
The options for saving changes. |