Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IDropDownEventSupport Interface / DropDownClosed Event


In This Topic
    DropDownClosed Event
    In This Topic
    Occurs when the dropdown is closed
    Syntax
    'Declaration
     
    Event DropDownClosed As EventHandler
    'Usage
     
    Dim instance As IDropDownEventSupport
    Dim handler As EventHandler
     
    AddHandler instance.DropDownClosed, handler
    event EventHandler DropDownClosed
    See Also