Skip to main content

ASPxClientVerticalGridBatchEditRecordDeletingEventArgs Class

#Declaration

TypeScript
declare class ASPxClientVerticalGridBatchEditRecordDeletingEventArgs extends ASPxClientCancelEventArgs

#Remarks

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

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

#Inheritance

ASPxClientEventArgs
ASPxClientCancelEventArgs
ASPxClientVerticalGridBatchEditRecordDeletingEventArgs
See Also