Occurs when a widget instance is created (dragged into the cockpit or created by the CreateWidgetInstance method of the Cockpit object).
| Visual Basic |
|---|
Public Event WidgetEvent( _ ByVal pWidgetData As WidgetData, _ ByRef BubbleEvent As Boolean _ ) |
Indicates how the application handles the event.
| C# | ||
|---|---|---|
| ||