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

RichEditControl.PreparePopupMenu Event

OBSOLETE

You should use the 'PopupMenuShowing' instead

Occurs before a popup menu is created. Use the PopupMenuShowing event instead.

Namespace: DevExpress.Xpf.RichEdit

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

Declaration

[Browsable(false)]
[Obsolete("You should use the 'PopupMenuShowing' instead", true)]
public event PreparePopupMenuEventHandler PreparePopupMenu

Event Data

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

Property Description
Customizations Provides access to a collection of customizations of the popup menu. Inherited from PopupMenuShowingEventArgs.
Menu Gets or sets the popup menu displayed in the RichEditControl. Inherited from PopupMenuShowingEventArgs.
MenuType Gets a visual element for which the popup menu is invoked. Inherited from PopupMenuShowingEventArgs.
See Also