KeyChangedEventArgs Constructor

RemoteViewing
Initializes a new instance of the PointerChangedEventArgs class.

Namespace:  RemoteViewing.Vnc
Assembly:  RemoteViewing (in RemoteViewing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public KeyChangedEventArgs(
	int keysym,
	bool pressed
)

Parameters

keysym
Type: SystemInt32
The X11 keysym of the key. For many keys this is the ASCII value.
pressed
Type: SystemBoolean
true for a key press event, or false for a key release event.
See Also

Reference