Skip to main content

ASPxClientGridViewBatchEditChangesCancelingEventArgs Class

Provides data for the ASPxClientGridView.BatchEditChangesCanceling event.

#Declaration

TypeScript
declare class ASPxClientGridViewBatchEditChangesCancelingEventArgs extends ASPxClientCancelEventArgs

#Remarks

Objects of the ASPxClientGridViewBatchEditChangesCancelingEventArgs type are used as arguments for the ASPxClientGridView.BatchEditChangesCanceling event generated on the client side.

ASPxClientGridViewBatchEditChangesCancelingEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

#Inheritance

ASPxClientEventArgs
ASPxClientCancelEventArgs
ASPxClientGridViewBatchEditChangesCancelingEventArgs
See Also