WidgetCreatedEventArgs Class |
Arguments for when a widget is created
Inheritance Hierarchy
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic class WidgetCreatedEventArgs : EventArgs
Public Class WidgetCreatedEventArgs
Inherits EventArgs
type WidgetCreatedEventArgs =
class
inherit EventArgs
end
The WidgetCreatedEventArgs type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Instance |
Gets the instance of the widget that was created
|
Top
See Also