This member overrides DataGridView.OnCellFormatting(DataGridViewCellFormattingEventArgs).
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Protected Overrides Sub OnCellFormatting ( _
    e As DataGridViewCellFormattingEventArgs _
)
protected override void OnCellFormatting(
    DataGridViewCellFormattingEventArgs e
)
protected:
virtual void OnCellFormatting(
    DataGridViewCellFormattingEventArgs^ e
) override
abstract OnCellFormatting : 
        e:DataGridViewCellFormattingEventArgs -> unit  
override OnCellFormatting : 
        e:DataGridViewCellFormattingEventArgs -> unit
protected override function OnCellFormatting(
    e : DataGridViewCellFormattingEventArgs
)
Parameters
.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