Skip to main content

CalendarControlBase.SelectionChanged Event

Fires when the selection changes.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Event Data

The SelectionChanged event's data class is EventArgs.

See Also