Click or drag to resize

ContainerIHandlerRecurseToChildren Property

Gets a value indicating whether PreLoad/Load/LoadComplete/Unload events are propegated to the children controls

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool RecurseToChildren { get; }

Property Value

Type: Boolean
true to recurse events to children; otherwise, false.
Remarks
See Also