次の方法で共有


SysSpatialInputDeviceWatcher.EnumerationCompleted イベント

定義

空間入力デバイスの最初の再生が完了したときに発生するイベント。

重要

この API は、Windows オペレーティング システムのコンポーネントでのみ使用できます。 これらの API の呼び出しは、他のすべてのプロセスの実行時に失敗します。 これらの API は、今後の Windows リリースで変更または削除される可能性があります。

// Register
event_token EnumerationCompleted(TypedEventHandler<SysSpatialInputDeviceWatcher, IInspectable const&> const& handler) const;

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

// Revoke with event_revoker
SysSpatialInputDeviceWatcher::EnumerationCompleted_revoker EnumerationCompleted(auto_revoke_t, TypedEventHandler<SysSpatialInputDeviceWatcher, IInspectable const&> const& handler) const;
public event TypedEventHandler<SysSpatialInputDeviceWatcher,object> EnumerationCompleted;
function onEnumerationCompleted(eventArgs) { /* Your code */ }
sysSpatialInputDeviceWatcher.addEventListener("enumerationcompleted", onEnumerationCompleted);
sysSpatialInputDeviceWatcher.removeEventListener("enumerationcompleted", onEnumerationCompleted);
- or -
sysSpatialInputDeviceWatcher.onenumerationcompleted = onEnumerationCompleted;
Public Custom Event EnumerationCompleted As TypedEventHandler(Of SysSpatialInputDeviceWatcher, Object) 

イベントの種類

適用対象