Skip to main content
A newer version of this page is available. .

ASPxClientVerticalGridBatchEditChangesSavingEventArgs Class

Provides data for the ASPxClientVerticalGrid.BatchEditChangesSaving event.

Declaration

declare class ASPxClientVerticalGridBatchEditChangesSavingEventArgs extends ASPxClientCancelEventArgs

Remarks

Objects of the ASPxClientVerticalGridBatchEditChangesSavingEventArgs type are used as arguments for the ASPxClientVerticalGrid.BatchEditChangesSaving event, generated on the client side.

ASPxClientVerticalGridBatchEditChangesSavingEventArgs objects with proper settings are automatically created and passed to the corresponding event handler.

Inheritance

ASPxClientEventArgs
ASPxClientCancelEventArgs
ASPxClientVerticalGridBatchEditChangesSavingEventArgs
See Also