Share via


AppResourceGroupInfoWatcher.Stopped 이벤트

정의

AppResourceGroupInfoWatcher 가 리소스 그룹 변경에 대한 감시를 중지할 때 발생하는 이벤트입니다.

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

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

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

이벤트 유형

Windows 요구 사항

앱 기능
appDiagnostics

적용 대상

추가 정보