IBindableWidgetContainer Interface |
Interface to specify that the
BindableWidget contains child bindable widgets that
should participate in binding events.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic interface IBindableWidgetContainer
Public Interface IBindableWidgetContainer
type IBindableWidgetContainer = interface end
The IBindableWidgetContainer type exposes the following members.
Properties
| Name | Description |
---|
 | Children |
Gets the children that in the container.
|
Top
See Also