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

CalendarControlBase.ContextButtonValueChanged Event

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

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