Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / DropDownOpened Event


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