Back to Devexpress

CalendarControlBase.ContextButtonValueChanged Event

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-3ec5f824.md

latest2.1 KB
Original Source

CalendarControlBase.ContextButtonValueChanged Event

Fires when the CheckContextButton.Checked, TrackBarContextButton.Value or RatingContextButton.Rating property value changes.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Event Data

The ContextButtonValueChanged event's data class is DevExpress.Utils.ContextButtonValueEventArgs.

Remarks

See CalendarControlBase.ContextButtons to learn more.

See Also

ContextButtons

CalendarControlBase.ContextButtonValueChanged

ContextButtonClick

ContextButtonCustomize

CustomContextButtonToolTip

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace