PopupMenuShowingEventArgs(RichEditPopupMenu) Constructor
Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap
Declaration
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