'Declaration Public Function New( _ ByVal control As Control, _ ByVal cell As Cell, _ ByVal charCode As Char, _ ByVal isInputChar As Boolean _ )
'Usage Dim control As Control Dim cell As Cell Dim charCode As Char Dim isInputChar As Boolean Dim instance As New QueryEditorInputCharEventArgs(control, cell, charCode, isInputChar)
Parameters
- control
- The System.Windows.Forms.Control used to edit the cell's content.
- cell
- The Xceed.Grid.Cell to edit.
- charCode
- The character to test.
- isInputChar
- true if the character should be sent directly to the editor and not preprocessed; false otherwise.