ASPxClientEditClickEventArgs Class
In This Article
Provides data for the client-side events which concern clicking within editors.
#Declaration
TypeScript
declare class ASPxClientEditClickEventArgs extends ASPxClientEventArgs
#Remarks
ASPxClientEditClickEventArgs objects with proper settings are automatically created and passed to corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientEditClickEventArgs
See Also