Skip to main content
Tab

ASPxTimeEdit.OnDateChanged(EventArgs) Method

In This Article

Allows you to provide a custom handler for the ASPxTimeEdit.DateChanged event of the ASPxTimeEdit control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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