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