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

RepositoryItemPictureEdit.ContextButtonValueChanged Event

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Context Buttons")]
public event ContextButtonValueChangedEventHandler ContextButtonValueChanged

Event Data

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

Remarks

For context buttons (see RepositoryItemPictureEdit.ContextButtons) displayed in the current PictureEdit control, the ContextButtonValueChanged event fires when:

See Also