Enum TouchInteractionKind
Specifies constants that define which touch/mouse event occurred in the control.
public enum TouchInteractionKind
Fields
CancelInteraction = 0
'CancelInteraction' event occurred.
DragInteraction = 2
'DragInteraction' event occurred.
EndHoverInteraction = 4
'EndHoverInteraction' event occurred.
EndInteraction = 1
'EndInteraction' event occurred.
MoveHoverInteraction = 5
'MoveHoverInteraction' event occurred.
StartHoverInteraction = 6
'StartHoverInteraction' event occurred.
StartInteraction = 3
'StartInteraction' event occurred.