BaseGridControl.OnHandleCheckboxClicked Method
Called when a checkbox is clicked.
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 Overridable Sub OnHandleCheckboxClicked ( _
nRowIndex As Long, _
nColIndex As Integer _
)
'Usage
Dim nRowIndex As Long
Dim nColIndex As Integer
Me.OnHandleCheckboxClicked(nRowIndex, _
nColIndex)
protected virtual void OnHandleCheckboxClicked(
long nRowIndex,
int nColIndex
)
protected:
virtual void OnHandleCheckboxClicked(
long long nRowIndex,
int nColIndex
)
protected function OnHandleCheckboxClicked(
nRowIndex : long,
nColIndex : int
)
abstract OnHandleCheckboxClicked :
nRowIndex:int64 *
nColIndex:int -> unit
override OnHandleCheckboxClicked :
nRowIndex:int64 *
nColIndex:int -> unit
Parameters
- nRowIndex
Type: System.Int64
The row index
- nColIndex
Type: System.Int32
The column index
Remarks
This method does nothing.
.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