InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputSplitButton Class / DropDown Event

In This Topic
    DropDown Event (InputSplitButton)
    In This Topic
    Fires when the drop-down portion of this element is shown.
    Syntax
    'Declaration
     
    Public Event DropDown As EventHandler
    public event EventHandler DropDown
    See Also