Skip to main content
A newer version of this page is available. .
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.v19.1.dll

Declaration

public void OnDateChanged(
    EventArgs e
)

Parameters

Name Type Description
e EventArgs

A System.EventArgs object containing event data.

See Also