FlexGrid for WinForms
KeyEditEventArgs 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.
A System.Windows.Forms.KeyEventArgs object containing the keyboard data.
Initializes a new instance of the KeyEditEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal e As KeyEventArgs _
)
'Usage
 
Dim row As Integer
Dim col As Integer
Dim e As KeyEventArgs
 
Dim instance As New KeyEditEventArgs(row, col, e)
public KeyEditEventArgs( 
   int row,
   int col,
   KeyEventArgs e
)
public:
KeyEditEventArgs( 
   int row,
   int col,
   KeyEventArgs^ e
)

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.
e
A System.Windows.Forms.KeyEventArgs object containing the keyboard data.
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

KeyEditEventArgs Class
KeyEditEventArgs Members

 

 


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

Send Feedback