Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SymbolButton Class / Click Event


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