KeyPressEditEventArgs Constructor
In This Topic
Initializes a new instance of the KeyPressEditEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Char _
)
public KeyPressEditEventArgs(
int ,
int ,
char
)
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.
See Also