Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDateTime Class / DropDownClosed Event


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