Spread WinForms 15
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
See Also