Share via


PerceptionColorFrameSourceWatcher.Stopped Event

Definition

Subscribes to the Stopped event. This event is fired when the IPerceptionColorFrameSourceWatcher has stopped listening for changes to the list of color frame sources.

// Register
event_token Stopped(TypedEventHandler<PerceptionColorFrameSourceWatcher, IInspectable const&> const& handler) const;

// Revoke with event_token
void Stopped(event_token const* cookie) const;

// Revoke with event_revoker
PerceptionColorFrameSourceWatcher::Stopped_revoker Stopped(auto_revoke_t, TypedEventHandler<PerceptionColorFrameSourceWatcher, IInspectable const&> const& handler) const;
/// [add: Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSourceWatcher may be unavailable after Windows Creator Update.  Use Windows.Devices.Enumeration.DeviceWatcher instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
/// [remove: Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSourceWatcher may be unavailable after Windows Creator Update.  Use Windows.Devices.Enumeration.DeviceWatcher instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
// Register
event_token Stopped(TypedEventHandler<PerceptionColorFrameSourceWatcher, IInspectable const&> const& handler) const;

// Revoke with event_token
void Stopped(event_token const* cookie) const;

// Revoke with event_revoker
PerceptionColorFrameSourceWatcher::Stopped_revoker Stopped(auto_revoke_t, TypedEventHandler<PerceptionColorFrameSourceWatcher, IInspectable const&> const& handler) const;
public event TypedEventHandler<PerceptionColorFrameSourceWatcher,object> Stopped;
[add: Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSourceWatcher may be unavailable after Windows Creator Update.  Use Windows.Devices.Enumeration.DeviceWatcher instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
[remove: Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSourceWatcher may be unavailable after Windows Creator Update.  Use Windows.Devices.Enumeration.DeviceWatcher instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public event TypedEventHandler<PerceptionColorFrameSourceWatcher,object> Stopped;
function onStopped(eventArgs) { /* Your code */ }
perceptionColorFrameSourceWatcher.addEventListener("stopped", onStopped);
perceptionColorFrameSourceWatcher.removeEventListener("stopped", onStopped);
- or -
perceptionColorFrameSourceWatcher.onstopped = onStopped;
Public Custom Event Stopped As TypedEventHandler(Of PerceptionColorFrameSourceWatcher, Object) 

Event Type

Attributes

Applies to