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

Remarks

This method does nothing.

.NET Framework Security

See Also

Reference

BaseGridControl Class

BaseGridControl Members

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