Skip to main content
All docs
V18.2

PreparePopupMenuEventArgs Class

OBSOLETE

You should use the 'PopupMenuShowingEventArgs' instead

Provides data for the RichEditControl.PreparePopupMenu event.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v18.2.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