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

CalendarControlBase.DateTimeChanged Event

Fires when the CalendarControlBase.DateTime property value changes.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Events")]
public event EventHandler DateTimeChanged

Event Data

The DateTimeChanged event's data class is EventArgs.

See Also