WidgetCreatedEventArgs Constructor |
Initializes a new instance of the WidgetCreatedArgs class
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public WidgetCreatedEventArgs(
Widget instance
)
Public Sub New (
instance As Widget
)
new :
instance : Widget -> WidgetCreatedEventArgs
Parameters
- instance
- Type: EtoWidget
Instance of the widget that was created
See Also