다음을 통해 공유


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) 

이벤트 유형

적용 대상