Back to Devexpress

CalendarControlBase.SelectionChanged Event

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-d8d4f187.md

latest2.3 KB
Original Source

CalendarControlBase.SelectionChanged Event

Fires when the selection changes.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event EventHandler SelectionChanged
vb
<DXCategory("Events")>
Public Event SelectionChanged As EventHandler

Event Data

The SelectionChanged event's data class is EventArgs.

See Also

AddSelection

HighlightSelection

SelectedRanges

SelectionBehavior

SelectionChanged

SelectionEnd

SelectionMode

SelectionStart

SetSelection

SyncSelectionWithEditValue

UpdateSelectionWhenNavigating

ShowClearButton

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace