RemoteSystemSessionWatcher.Removed Evento
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Gerado quando uma sessão remota descoberta anteriormente desapareceu.
// Register
event_token Removed(TypedEventHandler<RemoteSystemSessionWatcher, RemoteSystemSessionRemovedEventArgs const&> const& handler) const;
// Revoke with event_token
void Removed(event_token const* cookie) const;
// Revoke with event_revoker
RemoteSystemSessionWatcher::Removed_revoker Removed(auto_revoke_t, TypedEventHandler<RemoteSystemSessionWatcher, RemoteSystemSessionRemovedEventArgs const&> const& handler) const;
public event TypedEventHandler<RemoteSystemSessionWatcher,RemoteSystemSessionRemovedEventArgs> Removed;
function onRemoved(eventArgs) { /* Your code */ }
remoteSystemSessionWatcher.addEventListener("removed", onRemoved);
remoteSystemSessionWatcher.removeEventListener("removed", onRemoved);
- or -
remoteSystemSessionWatcher.onremoved = onRemoved;
Public Custom Event Removed As TypedEventHandler(Of RemoteSystemSessionWatcher, RemoteSystemSessionRemovedEventArgs)
Tipo de evento
Requisitos do Windows
Funcionalidades do aplicativo |
remoteSystem
|