ASPxClientButtonEditClickEventArgs Class
In This Article
Provides data for the ASPxClientButtonEditBase.ButtonClick event.
#Declaration
TypeScript
declare class ASPxClientButtonEditClickEventArgs extends ASPxClientProcessingModeEventArgs
#Remarks
ASPxClientButtonEditClickEventArgs objects with proper settings are automatically created and passed to corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientProcessingModeEventArgs
ASPxClientButtonEditClickEventArgs
See Also