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


In This Topic
PopUpOpened Event
In This Topic
Occurs when the popup calculator has opened.
Syntax
'Declaration
 
Public Event PopUpOpened As EventHandler
 
'Usage
 
Dim instance As GcNumber
Dim handler As EventHandler
 
AddHandler instance.PopUpOpened, handler
Remarks
This event is raised if the pop-up window is opened by either a programmatic modification or user interaction.
See Also