AppResourceGroupInfoWatcher.ExecutionStateChanged Evento
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Evento que se desencadena cuando cambia el estado de ejecución (en ejecución, suspendiendo, etc.) para este grupo.
// Register
event_token ExecutionStateChanged(TypedEventHandler<AppResourceGroupInfoWatcher, AppResourceGroupInfoWatcherExecutionStateChangedEventArgs const&> const& handler) const;
// Revoke with event_token
void ExecutionStateChanged(event_token const* cookie) const;
// Revoke with event_revoker
AppResourceGroupInfoWatcher::ExecutionStateChanged_revoker ExecutionStateChanged(auto_revoke_t, TypedEventHandler<AppResourceGroupInfoWatcher, AppResourceGroupInfoWatcherExecutionStateChangedEventArgs const&> const& handler) const;
public event TypedEventHandler<AppResourceGroupInfoWatcher,AppResourceGroupInfoWatcherExecutionStateChangedEventArgs> ExecutionStateChanged;
function onExecutionStateChanged(eventArgs) { /* Your code */ }
appResourceGroupInfoWatcher.addEventListener("executionstatechanged", onExecutionStateChanged);
appResourceGroupInfoWatcher.removeEventListener("executionstatechanged", onExecutionStateChanged);
- or -
appResourceGroupInfoWatcher.onexecutionstatechanged = onExecutionStateChanged;
Public Custom Event ExecutionStateChanged As TypedEventHandler(Of AppResourceGroupInfoWatcher, AppResourceGroupInfoWatcherExecutionStateChangedEventArgs)
Tipo de evento
TypedEventHandler<AppResourceGroupInfoWatcher,AppResourceGroupInfoWatcherExecutionStateChangedEventArgs>
Requisitos de Windows
Características de aplicaciones |
appDiagnostics
|