Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / Control Class / Action Event


In This Topic
Action Event (Control)
In This Topic
Occurs when the control action is invoked.
Syntax
'Declaration
 
Public Event Action As EventHandler(Of EventArgs)
 
'Usage
 
Dim instance As Control
Dim handler As EventHandler(Of EventArgs)
 
AddHandler instance.Action, handler
See Also