'Declaration Public Function New( _ ByVal cell As Cell, _ ByVal charCode As Char, _ ByVal isActivationChar As Boolean _ )
'Usage Dim cell As Cell Dim charCode As Char Dim isActivationChar As Boolean Dim instance As New QueryEditorActivationCharEventArgs(cell, charCode, isActivationChar)
Parameters
- cell
- The Xceed.Grid.Cell whose content is to be edited by the editor.
- charCode
- The character to test.
- isActivationChar
- true if the editor is activated by the char; false otherwise.