CalendarControlBase.ContextButtonValueChanged Event
Fires when the CheckContextButton.Checked, TrackBarContextButton.Value or RatingContextButton.Rating property value changes.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Events")]
public event ContextButtonValueChangedEventHandler ContextButtonValueChanged
Event Data
The ContextButtonValueChanged event's data class is DevExpress.Utils.ContextButtonValueEventArgs.
Remarks
See CalendarControlBase.ContextButtons to learn more.
See Also
CalendarControlBase.ContextButtonValueChanged