ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DropDownItem Class / DoubleClick Event

In This Topic
    DoubleClick Event
    In This Topic
    Fires when the component is double-clicked.
    Syntax
    'Declaration
     
    Public Event DoubleClick As EventHandler
    public event EventHandler DoubleClick
    See Also