'Declaration Public Function New( _ ByVal control As Control, _ ByVal cell As Cell, _ ByVal keyData As Keys, _ ByVal isInputKey As Boolean _ )
'Usage Dim control As Control Dim cell As Cell Dim keyData As Keys Dim isInputKey As Boolean Dim instance As New QueryEditorInputKeyEventArgs(control, cell, keyData, isInputKey)
Parameters
- control
- The System.Windows.Forms.Control used to edit the cell's content.
- cell
- The Xceed.Grid.Cell to edit.
- keyData
- One of the System.Windows.Forms.Keys values.
- isInputKey
- true if the specified key is a regular input key; false otherwise.