GrapeCity MultiRow Windows Forms Documentation
CellKeyPressEventArgs Constructor(Int32,Int32,String,Char)


The index of the owner Row of this cell.
The cell index in its parent Section.
The cell name.
The ASCII character that corresponds to the key the user pressed.
Initializes a new instance of the CellKeyPressEventArgs class.
Syntax
Public Function New( _
   ByVal rowIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal keyChar As Char _
)
Dim rowIndex As Integer
Dim cellIndex As Integer
Dim cellName As String
Dim keyChar As Char
 
Dim instance As New CellKeyPressEventArgs(rowIndex, cellIndex, cellName, keyChar)
public CellKeyPressEventArgs( 
   int rowIndex,
   int cellIndex,
   string cellName,
   char keyChar
)

Parameters

rowIndex
The index of the owner Row of this cell.
cellIndex
The cell index in its parent Section.
cellName
The cell name.
keyChar
The ASCII character that corresponds to the key the user pressed.
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

CellKeyPressEventArgs Class
CellKeyPressEventArgs Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.