True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBDropdown Class / OnDropDownOpening Method

In This Topic
    OnDropDownOpening Method (C1TrueDBDropdown)
    In This Topic
    Raises the DropDownOpening event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnDropDownOpening( _
       ByVal e As CancelEventArgs _
    ) 
    protected virtual void OnDropDownOpening( 
       CancelEventArgs e
    )

    Parameters

    e
    See Also