Back to Devexpress

RichEditControl.PrepareHoverMenu Event

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-adc49594.md

latest1.7 KB
Original Source

RichEditControl.PrepareHoverMenu Event

OBSOLETE

You should use the 'HoverMenuShowing' instead

Fires before the hover menu of the control is displayed. Use the HoverMenuShowing event instead.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
[Browsable(false)]
[Obsolete("You should use the 'HoverMenuShowing' instead", false)]
public event PrepareHoverMenuEventHandler PrepareHoverMenu
vb
<Browsable(False)>
<Obsolete("You should use the 'HoverMenuShowing' instead", False)>
Public Event PrepareHoverMenu As PrepareHoverMenuEventHandler

Event Data

The PrepareHoverMenu event's data class is PrepareHoverMenuEventArgs. The following properties provide information specific to this event:

PropertyDescription
MenuGets or sets the hover menu displayed in the RichEditControl. Inherited from HoverMenuShowingEventArgs.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace