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.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| beforePopup | EventHandler | An event handler that will be invoked when menu is about to be displayed. |
See Also