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