ClassVirtualKeyboardKeySentEventArgs
Class
Event arguments used in the KeySent event.
Definition
Namespace:Telerik.WinControls.VirtualKeyboard
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class VirtualKeyboardKeySentEventArgs : EventArgs
Inheritance: objectEventArgsVirtualKeyboardKeySentEventArgs
Derived Classes:
Inherited Members
Constructors
VirtualKeyboardKeySentEventArgs(IKey, KeySendContext, int?, string)
Initializes a new instance of the VirtualKeyboardKeySentEventArgs class.
Declaration
cs-api-definition
public VirtualKeyboardKeySentEventArgs(IKey key, KeySendContext context, int? virtualKey = null, string text = null)
Parameters
key
The pressed key.
context
The context.
virtualKey
int?
The virtual key code.
text
The text.
Properties
Context
Determines the type of the parameters that are (going to be) sent.
Declaration
cs-api-definition
public KeySendContext Context { get; set; }
Property Value
VirtualKey
The virtual key code.