Skip to main content

ASPxClientGridViewBatchEditRowInsertingEventArgs Class

Provides data for the ASPxClientGridView.BatchEditRowInserting event.

Declaration

declare class ASPxClientGridViewBatchEditRowInsertingEventArgs extends ASPxClientCancelEventArgs

Remarks

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

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

Inheritance

ASPxClientEventArgs
ASPxClientCancelEventArgs
ASPxClientGridViewBatchEditRowInsertingEventArgs
See Also