RemoteSystemSessionWatcher.Updated Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déclenché lorsqu’une session à distance précédemment découverte a une partie de ses informations mises à jour.
// Register
event_token Updated(TypedEventHandler<RemoteSystemSessionWatcher, RemoteSystemSessionUpdatedEventArgs const&> const& handler) const;
// Revoke with event_token
void Updated(event_token const* cookie) const;
// Revoke with event_revoker
RemoteSystemSessionWatcher::Updated_revoker Updated(auto_revoke_t, TypedEventHandler<RemoteSystemSessionWatcher, RemoteSystemSessionUpdatedEventArgs const&> const& handler) const;
public event TypedEventHandler<RemoteSystemSessionWatcher,RemoteSystemSessionUpdatedEventArgs> Updated;
function onUpdated(eventArgs) { /* Your code */ }
remoteSystemSessionWatcher.addEventListener("updated", onUpdated);
remoteSystemSessionWatcher.removeEventListener("updated", onUpdated);
- or -
remoteSystemSessionWatcher.onupdated = onUpdated;
Public Custom Event Updated As TypedEventHandler(Of RemoteSystemSessionWatcher, RemoteSystemSessionUpdatedEventArgs)
Type d'événement
Configuration requise pour Windows
Fonctionnalités de l’application |
remoteSystem
|