BaseGridControl.OnFontChanged Method
Called when the font changes.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI.KomodoGridSupport
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Overrides Sub OnFontChanged ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnFontChanged(e)
protected override void OnFontChanged(
EventArgs e
)
protected:
virtual void OnFontChanged(
EventArgs^ e
) override
protected override function OnFontChanged(
e : EventArgs
)
abstract OnFontChanged :
e:EventArgs -> unit
override OnFontChanged :
e:EventArgs -> unit
Parameters
- e
Type: System.EventArgs
The event arguments
.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.VisualStudio.Data.Schema.Project.Common.UI.KomodoGridSupport Namespace