ASPxClientParseDateEventHandler<Sender> Interface
A method that will handle the ASPxClientDateEdit.ParseDate event.
#Declaration
interface ASPxClientParseDateEventHandler<Sender> { (source: Sender, e: ASPxClientParseDateEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | An object representing the event source. Identifies the button editor that raised the event. |
e | ASPx |
An ASPx |