Back to Devexpress

PrepareHoverMenuEventArgs Class

wpf-devexpress-dot-xtrarichedit-5973fb76.md

latest1.3 KB
Original Source

PrepareHoverMenuEventArgs Class

OBSOLETE

You should use the 'HoverMenuShowingEventArgs' instead

Provides data for the RichEditControl.PrepareHoverMenu event.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
[Obsolete("You should use the 'HoverMenuShowingEventArgs' instead", false)]
public class PrepareHoverMenuEventArgs :
    HoverMenuShowingEventArgs
vb
<Obsolete("You should use the 'HoverMenuShowingEventArgs' instead", False)>
Public Class PrepareHoverMenuEventArgs
    Inherits HoverMenuShowingEventArgs

Inheritance

Object EventArgs HoverMenuShowingEventArgs PrepareHoverMenuEventArgs

See Also

PrepareHoverMenuEventArgs Members

DevExpress.XtraRichEdit Namespace