Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Action Event


Action Event (Shape)
Occurs when the shape is chosen.
Syntax
'Declaration
 
Public Event Action As EventHandler(Of ShapeEventArgs)
 
'Usage
 
Dim instance As Shape
Dim handler As EventHandler(Of ShapeEventArgs)
 
AddHandler instance.Action, handler
Event Data

The event handler receives an argument of type ShapeEventArgs containing data related to this event. The following ShapeEventArgs properties provide information specific to this event.

PropertyDescription
Indicates whether to continue the default process.  
Gets the shape to process.  
Gets all shapes to process.  
Gets the reason that trigger the event.  
See Also