PerceptionColorFrameSourceWatcher.Stopped 事件

定义

订阅 Stopped 事件。 当 IPerceptionColorFrameSourceWatcher 停止侦听对颜色帧源列表的更改时,将触发此事件。

// 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) 

事件类型

属性

适用于