WorkItemFormControl.OnFontChanged Method
This member overrides ContainerControl.OnFontChanged(EventArgs).
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace