PopupMenuShowingEventArgs(RichEditPopupMenu, RichEditMenuType) Constructor
Initializes a new instance of the PopupMenuShowingEventArgs class with the specified menu and menu type.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Parameters
Name | Type | Description |
---|---|---|
menu | DevExpress.Xpf.RichEdit.Menu.RichEditPopupMenu | The invoked context menu. |
menuType | RichEditMenuType | The menu type. |
Remarks
Instances of the PopupMenuShowingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also