Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void OnDateChanged(
    EventArgs e
)

Parameters

Name Type Description
e EventArgs

A System.EventArgs object containing event data.

See Also