ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / C1ExpressionRichTextBox Class / WordMouseEnter Event

In This Topic
    WordMouseEnter Event
    In This Topic
    The event raised when mouse over on the word.
    Syntax
    'Declaration
     
    Public Event WordMouseEnter As WordLocationEventHandler
    public event WordLocationEventHandler WordMouseEnter
    Event Data

    The event handler receives an argument of type WordLocationEventArgs containing data related to this event. The following WordLocationEventArgs properties provide information specific to this event.

    PropertyDescription
    The position of the mouse pointer.  
    The start position of the word. (Inherited from C1.WPF.ExpressionEditor.WordEventArgs)
    The word. (Inherited from C1.WPF.ExpressionEditor.WordEventArgs)
    See Also