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

CalendarControlBase.SelectionChanged Event

Fires when the selection changes.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

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

Event Data

The SelectionChanged event's data class is EventArgs.

See Also