Skip to main content

PreparePopupMenuEventArgs Class

Obsolete. Provides data for the RichEditControl.PreparePopupMenu event.

Namespace: DevExpress.XtraRichEdit

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

Declaration

[Obsolete("You should use the 'PopupMenuShowingEventArgs' instead", true)]
public class PreparePopupMenuEventArgs :
    PopupMenuShowingEventArgs
<Obsolete("You should use the 'PopupMenuShowingEventArgs' instead", True)>
Public Class PreparePopupMenuEventArgs
    Inherits PopupMenuShowingEventArgs

Remarks

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

Inheritance

See Also