Key information relating to the drag event.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public KeyEventArgs KeyInfo { get; }
Visual Basic
Public ReadOnly Property KeyInfo As KeyEventArgs
	Get
JScript
function get KeyInfo () : KeyEventArgs

Remarks

If this event was triggered by a mouse event rather than a key event, the value of this property will be null.

See Also