Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IDropDownEventSupport Interface / DropDownClosed Event


In This Topic
    DropDownClosed Event (IDropDownEventSupport)
    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