Skip to main content

RichEditControl.HoverMenuShowing Event

Fires before the hover menu of the control is displayed.

Namespace: DevExpress.Xpf.RichEdit

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

#Declaration

public event HoverMenuShowingEventHandler HoverMenuShowing

#Event Data

The HoverMenuShowing event's handler receives an argument of the HoverMenuShowingEventArgs type. The following properties provide information specific to this event:

Property Description
Menu Gets or sets the hover menu displayed in the RichEditControl.

#Remarks

Handle the HoverMenuShowing event to modify the default hover menu of the RichEditControl.

By default hover menus are disabled and the HoverMenuShowing event is not fired. You can set the RichEditControl.ShowHoverMenu to true to enable hover menus.

See Also