BaseGridControl.FireOnClickedHandlerIfCheckbox Method

Determines whether the grid column type is a checkbox before calling the event handler.

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 Sub FireOnClickedHandlerIfCheckbox ( _
    nCurRow As Long, _
    nCurCol As Integer _
)
'Usage
Dim nCurRow As Long
Dim nCurCol As Integer

Me.FireOnClickedHandlerIfCheckbox(nCurRow, _
    nCurCol)
protected void FireOnClickedHandlerIfCheckbox(
    long nCurRow,
    int nCurCol
)
protected:
void FireOnClickedHandlerIfCheckbox(
    long long nCurRow, 
    int nCurCol
)
protected function FireOnClickedHandlerIfCheckbox(
    nCurRow : long, 
    nCurCol : int
)
member FireOnClickedHandlerIfCheckbox : 
        nCurRow:int64 * 
        nCurCol:int -> unit 

Parameters

.NET Framework Security

See Also

Reference

BaseGridControl Class

BaseGridControl Members

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