ASPxClientCardViewBatchEditEndEditingEventArgs Class
In This Article
Provides data for the ASPxClientCardView.BatchEditEndEditing event.
#Declaration
TypeScript
declare class ASPxClientCardViewBatchEditEndEditingEventArgs extends ASPxClientCancelEventArgs
#Remarks
Objects of the ASPxClientCardViewBatchEditEndEditingEventArgs type are used as arguments for the ASPxClientCardView.BatchEditEndEditing event, generated on the client side.
ASPxClientCardViewBatchEditEndEditingEventArgs objects with proper settings are automatically created and passed to the corresponding event handler.
#Inheritance
ASPxClientEventArgs
ASPxClientCancelEventArgs
ASPxClientCardViewBatchEditEndEditingEventArgs
See Also