PrepareHoverMenuEventArgs Class
In This Article
OBSOLETE
You should use the 'Hover
Provides data for the RichEditControl.PrepareHoverMenu
event.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.2.dll
NuGet Package: DevExpress.Wpf.RichEdit
#Declaration
[Obsolete("You should use the 'HoverMenuShowingEventArgs' instead", false)]
public class PrepareHoverMenuEventArgs :
HoverMenuShowingEventArgs
#Inheritance
Object
EventArgs
HoverMenuShowingEventArgs
PrepareHoverMenuEventArgs
See Also