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