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


In This Topic
CloseUp Event (DropDownCalendar)
In This Topic
Occurs when the user closes the drop-down calendar.
Syntax
'Declaration
 
Public Event CloseUp As EventHandler
 
'Usage
 
Dim instance As DropDownCalendar
Dim handler As EventHandler
 
AddHandler instance.CloseUp, handler
See Also