Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / DropDownClosed Event


In This Topic
    DropDownClosed Event (GcComboBox)
    In This Topic
    Occurs when the dropdown window to close.
    Syntax
    'Declaration
     
    
    Public Event DropDownClosed As EventHandler
    'Usage
     
    
    Dim instance As GcComboBox
    Dim handler As EventHandler
     
    AddHandler instance.DropDownClosed, handler
    public event EventHandler DropDownClosed
    Remarks
    This event is raised if the drop-down window is closed by either a programmatic modification or user interaction.
    See Also