AppResourceGroupInfoWatcher.Stopped Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Evento che viene generato quando l'oggetto AppResourceGroupInfoWatcher smette di osservare le modifiche apportate al gruppo di risorse.
// 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)
Tipo evento
TypedEventHandler<AppResourceGroupInfoWatcher,IInspectable>
Requisiti Windows
Funzionalità dell'app |
appDiagnostics
|