Click or drag to resize

ThemedControlHandlerTControl, TWidget, TCallbackPropagateLoadEvents Property

Gets a value indicating whether PreLoad/Load/LoadComplete/UnLoad events are propagated to the inner control

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

Property Value

Type: Boolean
true if propagate load events; otherwise, false.
Remarks
Typically this should be true so that the events are propagated, but when you set the control hierarchy manually, such as a TabPage on a TabControl, you can return false here since the load events will be handled automatically by the internal eto controls.
See Also