Skip to main content
A newer version of this page is available. .
Tab

ASPxDateEdit.DateChanged Event

Fires after the selected date has been changed within the date editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public event EventHandler DateChanged

Event Data

The DateChanged event's data class is EventArgs.

Remarks

The DateChanged event allows you to respond to the editor’s selected date being changed by an end-user.

Note

The DateChanged event’s generation depends upon the settings of the ASPxEdit.AutoPostBack property and the ASPxClientProcessingModeEventArgs.processOnServer property passed to the corresponding client ASPxClientDateEdit.DateChanged event, if it is handled. refer to the descriptions of these properties for more information.

See Also