PreparePopupMenuEventArgs Class
In This Article
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
#Remarks
Note that PreparePopupMenuEventArgs objects are automatically created, initialized and passed to the RichEditControl.PreparePopupMenu event handlers.
#Inheritance
Object
EventArgs
PopupMenuShowingEventArgs
PreparePopupMenuEventArgs
See Also