Mouse 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 MouseEventArgs MouseInfo { get; }
Visual Basic
Public ReadOnly Property MouseInfo As MouseEventArgs
	Get
JScript
function get MouseInfo () : MouseEventArgs

Remarks

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

See Also