ASPxTimeEdit.OnDateChanged(EventArgs) Method
Allows you to provide a custom handler for the ASPxTimeEdit.DateChanged event of the ASPxTimeEdit control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
e | EventArgs | A System.EventArgs object containing event data. |
See Also