Click or drag to resize

ContainerOnStyleChanged Method

Handles when the Style is changed.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected override void OnStyleChanged(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.Container.OnStyleChanged(System.EventArgs)"]

Remarks
This applies the cascading styles to the control and any of its children.
See Also