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

PictureEdit.PopupMenuShowing Event

Fires when the context menu is about to be displayed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Events")]
public event PopupMenuShowingEventHandler PopupMenuShowing

Event Data

The PopupMenuShowing event's data class is DevExpress.XtraEditors.Events.PopupMenuShowingEventArgs.

Remarks

The PopupMenuShowing event fires when the context menu is about to be displayed. Handle this event to customize the context menu or to prevent it from being displayed. The editor’s PopupMenuShowing event is equivalent to the RepositoryItemPictureEdit.PopupMenuShowing event available via the PictureEdit.Properties object. See RepositoryItemPictureEdit.PopupMenuShowing for details.

See Also