Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / DropDownClosed Event


In This Topic
DropDownClosed Event (GcNumber)
In This Topic
Occurs when the drop-down calculator has closed.
Syntax
'Declaration
 
Public Event DropDownClosed As EventHandler
 
'Usage
 
Dim instance As GcNumber
Dim handler As EventHandler
 
AddHandler instance.DropDownClosed, handler
Remarks
This event is raised if the drop-down window is closed by either a programmatic modification or user interaction.
See Also