Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / CloseUp Event


In This Topic
CloseUp Event (FpCombo)
In This Topic
Occurs when the control goes away (closes up).
Syntax
'Declaration
 
Public Event CloseUp As EventHandler
 
'Usage
 
Dim instance As FpCombo
Dim handler As EventHandler
 
AddHandler instance.CloseUp, handler
See Also