Back to Devexpress

RichEditControl.PreparePopupMenu Event

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

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
[Browsable(false)]
[Obsolete("You should use the 'PopupMenuShowing' instead", true)]
public event PreparePopupMenuEventHandler PreparePopupMenu
vb
<Browsable(False)>
<Obsolete("You should use the 'PopupMenuShowing' instead", True)>
Public Event PreparePopupMenu As PreparePopupMenuEventHandler

Event Data

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

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace