다음을 통해 공유


PhoneLineWatcher.Stopped 이벤트

정의

PhoneLineWatcher instance 전화선 변경에 대한 디바이스 모니터링을 중지할 때 발생합니다.

// Register
event_token Stopped(TypedEventHandler<PhoneLineWatcher, IInspectable const&> const& handler) const;

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

// Revoke with event_revoker
PhoneLineWatcher::Stopped_revoker Stopped(auto_revoke_t, TypedEventHandler<PhoneLineWatcher, IInspectable const&> const& handler) const;
public event TypedEventHandler<PhoneLineWatcher,object> Stopped;
function onStopped(eventArgs) { /* Your code */ }
phoneLineWatcher.addEventListener("stopped", onStopped);
phoneLineWatcher.removeEventListener("stopped", onStopped);
- or -
phoneLineWatcher.onstopped = onStopped;
Public Custom Event Stopped As TypedEventHandler(Of PhoneLineWatcher, Object) 

이벤트 유형

Windows 요구 사항

앱 기능
phoneCallHistory phoneCallHistorySystem

적용 대상