This member overrides TextBoxBase.OnFontChanged(EventArgs).
Namespace:  Microsoft.TeamFoundation.VersionControl.Controls
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Protected Overrides Sub OnFontChanged ( _
    e As EventArgs _
)
protected override void OnFontChanged(
    EventArgs e
)
protected:
virtual void OnFontChanged(
    EventArgs^ e
) override
abstract OnFontChanged : 
        e:EventArgs -> unit  
override OnFontChanged : 
        e:EventArgs -> unit
protected override function OnFontChanged(
    e : EventArgs
)
Parameters
- e
 Type: System.EventArgs
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.