KeyEvent Constructor C# API
Create a new KeyEvent

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

protected KeyEvent(
	CitrixEventType eventType,
	int keyId,
	int modifierState
)

Parameters

eventType
Type: Facilita.Fc.Citrix CitrixEventType
The type of event to create
keyId
Type: System Int32
The ID of the key
modifierState
Type: System Int32
Describes which modifier keys have been pressed
See Also