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
)
Protected Overrides Sub OnStyleChanged (
e As EventArgs
)
abstract OnStyleChanged :
e : EventArgs -> unit
override OnStyleChanged :
e : EventArgs -> unit
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