Partager via


AppResourceGroupInfoWatcher.Stopped Événement

Définition

Événement qui se déclenche lorsque cet AppResourceGroupInfoWatcher cesse de surveiller les modifications apportées au groupe de ressources.

// 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) 

Type d'événement

Configuration requise pour Windows

Fonctionnalités de l’application
appDiagnostics

S’applique à

Voir aussi