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


The index of the cell's owner Row.
The index of the owner Section of this cell.
A System.String value that represents 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 rowIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal keyData As Keys _
)
Dim rowIndex As Integer
Dim cellIndex As Integer
Dim cellName As String
Dim keyData As Keys
 
Dim instance As New CellKeyEventArgs(rowIndex, cellIndex, cellName, keyData)
public CellKeyEventArgs( 
   int rowIndex,
   int cellIndex,
   string cellName,
   Keys keyData
)

Parameters

rowIndex
The index of the cell's owner Row.
cellIndex
The index of the owner Section of this cell.
cellName
A System.String value that represents 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.