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