Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / DropDownOpened Event


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