PerceptionInfraredFrameSourceWatcher.SourceAdded イベント
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SourceAdded イベントをサブスクライブします。
// Register
event_token SourceAdded(TypedEventHandler<PerceptionInfraredFrameSourceWatcher, PerceptionInfraredFrameSourceAddedEventArgs const&> const& handler) const;
// Revoke with event_token
void SourceAdded(event_token const* cookie) const;
// Revoke with event_revoker
PerceptionInfraredFrameSourceWatcher::SourceAdded_revoker SourceAdded(auto_revoke_t, TypedEventHandler<PerceptionInfraredFrameSourceWatcher, PerceptionInfraredFrameSourceAddedEventArgs 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 SourceAdded(TypedEventHandler<PerceptionInfraredFrameSourceWatcher, PerceptionInfraredFrameSourceAddedEventArgs const&> const& handler) const;
// Revoke with event_token
void SourceAdded(event_token const* cookie) const;
// Revoke with event_revoker
PerceptionInfraredFrameSourceWatcher::SourceAdded_revoker SourceAdded(auto_revoke_t, TypedEventHandler<PerceptionInfraredFrameSourceWatcher, PerceptionInfraredFrameSourceAddedEventArgs const&> const& handler) const;
public event TypedEventHandler<PerceptionInfraredFrameSourceWatcher,PerceptionInfraredFrameSourceAddedEventArgs> SourceAdded;
[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,PerceptionInfraredFrameSourceAddedEventArgs> SourceAdded;
function onSourceAdded(eventArgs) { /* Your code */ }
perceptionInfraredFrameSourceWatcher.addEventListener("sourceadded", onSourceAdded);
perceptionInfraredFrameSourceWatcher.removeEventListener("sourceadded", onSourceAdded);
- or -
perceptionInfraredFrameSourceWatcher.onsourceadded = onSourceAdded;
Public Custom Event SourceAdded As TypedEventHandler(Of PerceptionInfraredFrameSourceWatcher, PerceptionInfraredFrameSourceAddedEventArgs)
イベントの種類
- 属性
注釈
Start メソッドが呼び出されると、システムに既に認識されているすべての赤外線フレーム ソースに対してこのイベントが発生し、EnumerationCompleted イベントが発生します。 その後追加される新しい赤外線フレーム ソースは、追加の SourceAdded イベントをトリガーします。