'Declaration Public Function New( _ ByVal cell As Cell, _ ByVal keyData As Keys, _ ByVal isActivationKey As Boolean _ )
'Usage Dim cell As Cell Dim keyData As Keys Dim isActivationKey As Boolean Dim instance As New QueryEditorActivationKeyEventArgs(cell, keyData, isActivationKey)
Parameters
- cell
- The Xceed.Grid.Cell whose content is to be edited by the editor.
- keyData
- One of the System.Windows.Forms.Keys values.
- isActivationKey
- true if the editor is activated by the key; false otherwise.