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
- nCurRow
Type: System.Int64
The current row
- nCurCol
Type: System.Int32
The current column
.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