Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Items Namespace / NavAddButton Class / DoubleClick Event

In This Topic
    DoubleClick Event (NavAddButton)
    In This Topic
    Occurs when the item is double clicked.
    Syntax
    'Declaration
     
    
    Public Event DoubleClick As NavItemEventHandler
    public event NavItemEventHandler DoubleClick
    Event Data

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

    PropertyDescription
    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.  
    Gets C1.Win.Input.DbNavigator.C1DbNavigator that is the owner of the event.  
    See Also