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

HoverMenuShowingEventArgs(RichEditHoverMenu) Constructor

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

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public HoverMenuShowingEventArgs(
    RichEditHoverMenu menu
)

Parameters

Name Type Description
menu RichEditHoverMenu

A RichEditHoverMenu object representing a hover menu.

Remarks

The HoverMenuShowingEventArgs is created automatically, and passed to the handler of the RichEditControl.HoverMenuShowing event.

See Also