PerceptionDepthFrameSource.ActiveChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Subscribes to the ActiveChanged event.
// Register
event_token ActiveChanged(TypedEventHandler<PerceptionDepthFrameSource, IInspectable const&> const& handler) const;
// Revoke with event_token
void ActiveChanged(event_token const* cookie) const;
// Revoke with event_revoker
PerceptionDepthFrameSource::ActiveChanged_revoker ActiveChanged(auto_revoke_t, TypedEventHandler<PerceptionDepthFrameSource, IInspectable const&> const& handler) const;
/// [add: Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSource may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
/// [remove: Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSource may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
// Register
event_token ActiveChanged(TypedEventHandler<PerceptionDepthFrameSource, IInspectable const&> const& handler) const;
// Revoke with event_token
void ActiveChanged(event_token const* cookie) const;
// Revoke with event_revoker
PerceptionDepthFrameSource::ActiveChanged_revoker ActiveChanged(auto_revoke_t, TypedEventHandler<PerceptionDepthFrameSource, IInspectable const&> const& handler) const;
public event TypedEventHandler<PerceptionDepthFrameSource,object> ActiveChanged;
[add: Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSource may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
[remove: Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSource may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public event TypedEventHandler<PerceptionDepthFrameSource,object> ActiveChanged;
function onActiveChanged(eventArgs) { /* Your code */ }
perceptionDepthFrameSource.addEventListener("activechanged", onActiveChanged);
perceptionDepthFrameSource.removeEventListener("activechanged", onActiveChanged);
- or -
perceptionDepthFrameSource.onactivechanged = onActiveChanged;
Public Custom Event ActiveChanged As TypedEventHandler(Of PerceptionDepthFrameSource, Object)
Event Type
TypedEventHandler<PerceptionDepthFrameSource,IInspectable>
- Attributes