PerceptionDepthFrameSourceRemovedEventArgs PerceptionDepthFrameSourceRemovedEventArgs PerceptionDepthFrameSourceRemovedEventArgs PerceptionDepthFrameSourceRemovedEventArgs Class

Definition

Event data for depth frame source removed events.

public : sealed class PerceptionDepthFrameSourceRemovedEventArgs : IPerceptionDepthFrameSourceRemovedEventArgspublic sealed class PerceptionDepthFrameSourceRemovedEventArgs : IPerceptionDepthFrameSourceRemovedEventArgsPublic NotInheritable Class PerceptionDepthFrameSourceRemovedEventArgs Implements IPerceptionDepthFrameSourceRemovedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

FrameSource FrameSource FrameSource FrameSource

Gets the depth frame source that was removed.

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