Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Events Namespace / NavItemMouseEventArgs Class / Navigator Property

In This Topic
    Navigator Property (NavItemMouseEventArgs)
    In This Topic
    Gets C1.Win.Input.DbNavigator.C1DbNavigator that is the owner of the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Navigator As C1DbNavigator
    public C1DbNavigator Navigator {get;}
    See Also