Back to Devexpress

ASPxTimeEdit.DateChanged Event

aspnet-devexpress-dot-web-dot-aspxtimeedit-c56510bd.md

latest1.5 KB
Original Source

ASPxTimeEdit.DateChanged Event

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event EventHandler DateChanged
vb
Public Event DateChanged As EventHandler

Event Data

The DateChanged event's data class is EventArgs.

Remarks

The DateChanged event allows you to respond to a change in the editor’s selected date 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 ASPxClientTimeEdit.DateChanged event, if it is handled. refer to the descriptions of these properties for more information.

See Also

Time Editor

ASPxTimeEdit Class

ASPxTimeEdit Members

DevExpress.Web Namespace