GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButtonBase Class / Click Event


In This Topic
Click Event (SideButtonBase)
In This Topic
Occurs when the button is clicked.
Syntax
'Declaration
 
Public Event Click As EventHandler
 
'Usage
 
Dim instance As SideButtonBase
Dim handler As EventHandler
 
AddHandler instance.Click, handler
See Also