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

RepositoryItemPopupBase.ContextButtonValueChanged Event

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

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 RepositoryItemPopupBase.ContextButtons) displayed by editor items, the ContextButtonValueChanged event fires when:

The Item property of the ContextButtonValueEventArgs object passed to the event handler, allows you to determine the context item whose value is changed. The Value property gets the new item value.

See Also