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