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