Share via


AppDiagnosticInfoWatcher.Stopped イベント

定義

この AppDiagnosticInfoWatcher が変更の監視を停止したときに発生するイベント。

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

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

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

イベントの種類

Windows の要件

アプリの機能
appDiagnostics

適用対象

こちらもご覧ください