Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

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

Event Data

The PreparePopupMenu event's data class is DevExpress.XtraRichEdit.PreparePopupMenuEventArgs.

See Also