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

PrepareHoverMenuEventArgs(RichEditHoverMenu) Constructor

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

Namespace: DevExpress.XtraRichEdit

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

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

Declaration

public PrepareHoverMenuEventArgs(
    RichEditHoverMenu menu
)

Parameters

Name Type Description
menu RichEditHoverMenu

A RichEditHoverMenu which represents the hover menu. This value is assigned to the HoverMenuShowingEventArgs.Menu property.

Remarks

The PrepareHoverMenuEventArgs is created automatically, and passed to the handler of the RichEditControl.PrepareHoverMenu event.

See Also