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

PopupMenuShowingEventArgs(RichEditPopupMenu) Constructor

Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v19.1.dll

Declaration

public PopupMenuShowingEventArgs(
    RichEditPopupMenu menu
)

Parameters

Name Type Description
menu RichEditPopupMenu

A RichEditPopupMenu which represents the event’s popup menu. This value is assigned to the PopupMenuShowingEventArgs.Menu property.

Remarks

The PopupMenuShowingEventArgs is created automatically, and passed to the handler of the RichEditControl.PopupMenuShowing event.

See Also