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

RichEditPopupMenu(EventHandler) Constructor

Initializes a new instance of the RichEditPopupMenu class with the specified handler of the PopupMenuBase.BeforePopup event.

Namespace: DevExpress.XtraRichEdit.Menu

Assembly: DevExpress.XtraRichEdit.v19.2.dll

Declaration

public RichEditPopupMenu(
    EventHandler beforePopup
)

Parameters

Name Type Description
beforePopup EventHandler

An event handler that will be invoked when menu is about to be displayed.

See Also