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