Skip to main content
A newer version of this page is available. .

PopupMenuShowingEventArgs(PopupMenu) Constructor

Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v21.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public PopupMenuShowingEventArgs(
    PopupMenu menu
)

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