SpatialHoldCompletedEventArgs SpatialHoldCompletedEventArgs SpatialHoldCompletedEventArgs SpatialHoldCompletedEventArgs Class

Definition

Provides data for the SpatialGestureRecognizer.HoldCompleted event.

public : sealed class SpatialHoldCompletedEventArgs : ISpatialHoldCompletedEventArgspublic sealed class SpatialHoldCompletedEventArgs : ISpatialHoldCompletedEventArgsPublic NotInheritable Class SpatialHoldCompletedEventArgs Implements ISpatialHoldCompletedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)

Properties

InteractionSourceKind InteractionSourceKind InteractionSourceKind InteractionSourceKind

Gets the kind of interaction source associated with this gesture.

public : SpatialInteractionSourceKind InteractionSourceKind { get; }public SpatialInteractionSourceKind InteractionSourceKind { get; }Public ReadOnly Property InteractionSourceKind As SpatialInteractionSourceKind// You can use this property in JavaScript.