'Declaration Event Action As EventHandler(Of ShapeEventArgs)
'Usage Dim instance As IShape Dim handler As EventHandler(Of ShapeEventArgs) AddHandler instance.Action, handler
event EventHandler<ShapeEventArgs> Action
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.
| Property | Description |
|---|---|
| Continue | |
| Shape | |
| Shapes | |
| Type |
See Also