Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Items Namespace / NavLastButton Class / MouseMove Event

In This Topic
    MouseMove Event (NavLastButton)
    In This Topic
    Occurs when the mouse pointer is moved over the item.
    Syntax
    'Declaration
     
    
    Public Event MouseMove As NavItemMouseEventHandler
    public event NavItemMouseEventHandler MouseMove
    Event Data

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

    PropertyDescription
    (Inherited from System.Windows.Forms.MouseEventArgs)
    (Inherited from System.Windows.Forms.MouseEventArgs)
    (Inherited from System.Windows.Forms.MouseEventArgs)
    Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.  
    (Inherited from System.Windows.Forms.MouseEventArgs)
    Gets C1.Win.Input.DbNavigator.C1DbNavigator that is the owner of the event.  
    (Inherited from System.Windows.Forms.MouseEventArgs)
    (Inherited from System.Windows.Forms.MouseEventArgs)
    See Also