ASPxClientEditEventHandler<Sender> Interface
A method that will handle client-side events which concern clicking within editors.
#Declaration
interface ASPxClientEditEventHandler<Sender> { (source: Sender, e: ASPxClientEditClickEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | An object representing the event source. Identifies the editor that raised the event. |
e | ASPx |
An ASPx |