ASPxClientVerticalGridBatchEditChangesCancelingEventArgs Class
In This Article
Provides data for the ASPxClientVerticalGrid.BatchEditChangesCanceling event.
#Declaration
TypeScript
declare class ASPxClientVerticalGridBatchEditChangesCancelingEventArgs extends ASPxClientCancelEventArgs
#Remarks
ASPxClientVerticalGridBatchEditChangesCancelingEventArgs objects with proper settings are automatically created and passed to corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientCancelEventArgs
ASPxClientVerticalGridBatchEditChangesCancelingEventArgs
See Also