Skip to main content
A newer version of this page is available.
All docs
V18.1

PreparePopupMenuEventArgs Class

OBSOLETE

You should use the 'PopupMenuShowingEventArgs' instead

Provides data for the RichEditControl.PreparePopupMenu event.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v18.1.dll

Declaration

[Obsolete("You should use the 'PopupMenuShowingEventArgs' instead", true)]
public class PreparePopupMenuEventArgs :
    PopupMenuShowingEventArgs

Remarks

Note that PreparePopupMenuEventArgs objects are automatically created, initialized and passed to the RichEditControl.PreparePopupMenu event handlers.

Inheritance

See Also