AdvancedLabelOnParentFontChanged Method
Raises the
FontChanged event when the
Font property value of the control's container changes.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
protected override void OnParentFontChanged(
EventArgs e
)
Protected Overrides Sub OnParentFontChanged (
e As EventArgs
)
protected:
virtual void OnParentFontChanged(
EventArgs^ e
) override
abstract OnParentFontChanged :
e : EventArgs -> unit
override OnParentFontChanged :
e : EventArgs -> unit
Parameters
- e EventArgs
- An EventArgs that contains the event data.