Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator Namespace / C1DbNavigator Class / ItemClick Event

In This Topic
    ItemClick Event
    In This Topic
    Occurs when the C1.Win.Input.DbNavigator.Items.NavItem is about to click.
    Syntax
    'Declaration
     
    
    Public Event ItemClick As NavItemClickEventHandler
    public event NavItemClickEventHandler ItemClick
    Event Data

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

    PropertyDescription
    (Inherited from System.Windows.Forms.MouseEventArgs)
    Gets or sets a value indicating whether the event should be canceled.  
    (Inherited from System.Windows.Forms.MouseEventArgs)
    (Inherited from System.Windows.Forms.MouseEventArgs)
    Gets clicked navigation item. (Inherited from C1.Win.Input.DbNavigator.Events.NavItemClickedEventArgs)
    (Inherited from System.Windows.Forms.MouseEventArgs)
    (Inherited from System.Windows.Forms.MouseEventArgs)
    (Inherited from System.Windows.Forms.MouseEventArgs)
    See Also