다음을 통해 공유


GazeDeviceWatcherPreview.EnumerationCompleted 이벤트

정의

GazeDeviceWatcherPreview가 연결된 아이 트래커 디바이스 식별을 완료할 때 발생합니다.

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

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

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

이벤트 유형

적용 대상

추가 정보