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

.NET Framework Security

See Also

Reference

BaseGridControl Class

BaseGridControl Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI.KomodoGridSupport Namespace