FlexGrid for WinForms
KeyPressEditEventArgs Constructor



The row index of the cell being edited when the key was pressed.
The column index of the cell being edited when the key was pressed.
The character corresponding to the key pressed.
Initializes a new instance of the KeyPressEditEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal key As Char _
)
'Usage
 
Dim row As Integer
Dim col As Integer
Dim key As Char
 
Dim instance As New KeyPressEditEventArgs(row, col, key)
public KeyPressEditEventArgs( 
   int row,
   int col,
   char key
)
public:
KeyPressEditEventArgs( 
   int row,
   int col,
   char key
)

Parameters

row
The row index of the cell being edited when the key was pressed.
col
The column index of the cell being edited when the key was pressed.
key
The character corresponding to the key 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

KeyPressEditEventArgs Class
KeyPressEditEventArgs Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback