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


In This Topic
    DropDownOpened Event (GcNumber)
    In This Topic
    Syntax
    'Declaration
     
    Public Event DropDownOpened As EventHandler
    'Usage
     
    Dim instance As GcNumber
    Dim handler As EventHandler
     
    AddHandler instance.DropDownOpened, handler
    public event EventHandler DropDownOpened
    Remarks
    This event is raised when the GrapeCity.Windows.InputMan.Primitives.DropDownWindow is opened by programmatic modification or user interaction.
    See Also