PerceptionInfraredFrameSourceWatcher.Stopped イベント
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Stopped イベントをサブスクライブします。 このイベントは、IPerceptionColorFrameSourceWatcher が赤外線フレーム ソースの一覧に対する変更のリッスンを停止したときに発生します。
// Register
event_token Stopped(TypedEventHandler<PerceptionInfraredFrameSourceWatcher, IInspectable const&> const& handler) const;
// Revoke with event_token
void Stopped(event_token const* cookie) const;
// Revoke with event_revoker
PerceptionInfraredFrameSourceWatcher::Stopped_revoker Stopped(auto_revoke_t, TypedEventHandler<PerceptionInfraredFrameSourceWatcher, IInspectable const&> const& handler) const;
/// [add: Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameSourceWatcher 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("PerceptionInfraredFrameSourceWatcher 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<PerceptionInfraredFrameSourceWatcher, IInspectable const&> const& handler) const;
// Revoke with event_token
void Stopped(event_token const* cookie) const;
// Revoke with event_revoker
PerceptionInfraredFrameSourceWatcher::Stopped_revoker Stopped(auto_revoke_t, TypedEventHandler<PerceptionInfraredFrameSourceWatcher, IInspectable const&> const& handler) const;
public event TypedEventHandler<PerceptionInfraredFrameSourceWatcher,object> Stopped;
[add: Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameSourceWatcher 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("PerceptionInfraredFrameSourceWatcher 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<PerceptionInfraredFrameSourceWatcher,object> Stopped;
function onStopped(eventArgs) { /* Your code */ }
perceptionInfraredFrameSourceWatcher.addEventListener("stopped", onStopped);
perceptionInfraredFrameSourceWatcher.removeEventListener("stopped", onStopped);
- or -
perceptionInfraredFrameSourceWatcher.onstopped = onStopped;
Public Custom Event Stopped As TypedEventHandler(Of PerceptionInfraredFrameSourceWatcher, Object)
イベントの種類
TypedEventHandler<PerceptionInfraredFrameSourceWatcher,Object>
TypedEventHandler<PerceptionInfraredFrameSourceWatcher,IInspectable>
- 属性