SingleColumnBranchBase.OnGiveFeedback Method
This method does nothing.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overridable Sub OnGiveFeedback ( _
args As GiveFeedbackEventArgs, _
row As Integer, _
column As Integer _
)
'Usage
Dim instance As SingleColumnBranchBase
Dim args As GiveFeedbackEventArgs
Dim row As Integer
Dim column As Integer
instance.OnGiveFeedback(args, row, column)
public virtual void OnGiveFeedback(
GiveFeedbackEventArgs args,
int row,
int column
)
public:
virtual void OnGiveFeedback(
GiveFeedbackEventArgs^ args,
int row,
int column
)
public function OnGiveFeedback(
args : GiveFeedbackEventArgs,
row : int,
column : int
)
abstract OnGiveFeedback :
args:GiveFeedbackEventArgs *
row:int *
column:int -> unit
override OnGiveFeedback :
args:GiveFeedbackEventArgs *
row:int *
column:int -> unit
Parameters
- args
Type: System.Windows.Forms.GiveFeedbackEventArgs
The feedback event arguments
- row
Type: System.Int32
The row in the branch
- column
Type: System.Int32
The column in the row
Implements
IBranchOnGiveFeedback(GiveFeedbackEventArgs, Int32, Int32)
.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
SingleColumnBranchBase Members
Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport Namespace