ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DropDownClosedEventArgs Class / DropDownClosedEventArgs Constructor

In This Topic
    DropDownClosedEventArgs Constructor
    In This Topic
    Initializes a new instance of the DropDownClosedEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal selected As Boolean _
    )
    public DropDownClosedEventArgs( 
       bool selected
    )

    Parameters

    selected
    See Also