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.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
beforePopup | EventHandler | An event handler that will be invoked when menu is about to be displayed. |
See Also