GrapeCity MultiRow Windows Forms Documentation
CellKeyEventArgs Constructor(CellScope,Int32,Int32,String,Keys)


The scope of the cell. The values are CellScope.Row, CellScope.ColumnHeader, and CellScope.ColumnFooter.
The index of the owner Section of the current cell.
The index of the owner Section of this cell.
The cell name.
A System.Windows.Forms.Keys object that represents the key that was pressed, combined with any modifier flags that indicate which Ctrl, Shift, and Alt keys were pressed at the same time. Possible values are obtained by applying the bitwise OR (|) operator to constants from the System.Windows.Forms.Keys enumeration.
Initializes a new instance of the CellKeyEventArgs class.
Syntax
Public Function New( _
   ByVal scope As CellScope, _
   ByVal sectionIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal keyData As Keys _
)
Dim scope As CellScope
Dim sectionIndex As Integer
Dim cellIndex As Integer
Dim cellName As String
Dim keyData As Keys
 
Dim instance As New CellKeyEventArgs(scope, sectionIndex, cellIndex, cellName, keyData)
public CellKeyEventArgs( 
   CellScope scope,
   int sectionIndex,
   int cellIndex,
   string cellName,
   Keys keyData
)

Parameters

scope
The scope of the cell. The values are CellScope.Row, CellScope.ColumnHeader, and CellScope.ColumnFooter.
sectionIndex
The index of the owner Section of the current cell.
cellIndex
The index of the owner Section of this cell.
cellName
The cell name.
keyData
A System.Windows.Forms.Keys object that represents the key that was pressed, combined with any modifier flags that indicate which Ctrl, Shift, and Alt keys were pressed at the same time. Possible values are obtained by applying the bitwise OR (|) operator to constants from the System.Windows.Forms.Keys enumeration.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellKeyEventArgs Class
CellKeyEventArgs Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.