ThemedControlHandlerTControl, TWidget, TCallbackPropagateLoadEvents Property |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual bool PropagateLoadEvents { get; }
Public Overridable ReadOnly Property PropagateLoadEvents As Boolean
Get
abstract PropagateLoadEvents : bool with get
override PropagateLoadEvents : bool with get
Property Value
Type:
Booleantrue 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