PrepareHoverMenuEventArgs Class
OBSOLETE
You should use the 'HoverMenuShowingEventArgs' instead
Provides data for the RichEditControl.PrepareHoverMenu event.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.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