RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / ElementMouseMove Event

In This Topic
    ElementMouseMove Event (C1RichTextBox)
    In This Topic
    Fires when the mouse moves over a text element.
    Syntax
    'Declaration
     
    
    Public Event ElementMouseMove As MouseEventHandler
    public event MouseEventHandler ElementMouseMove
    Event Data

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

    PropertyDescription
    (Inherited from System.Windows.Input.InputEventArgs)
    (Inherited from System.Windows.RoutedEventArgs)
    Gets the current state of the left mouse button.  
    Gets the current state of the middle mouse button.  
    Gets the mouse device associated with this event.  
    (Inherited from System.Windows.RoutedEventArgs)
    Gets the current state of the right mouse button.  
    (Inherited from System.Windows.RoutedEventArgs)
    (Inherited from System.Windows.RoutedEventArgs)
    Gets the stylus device associated with this event.  
    (Inherited from System.Windows.Input.InputEventArgs)
    Gets the current state of the first extended mouse button.  
    Gets the state of the second extended mouse button.  
    See Also