RemoteSystemWatcher.RemoteSystemUpdated Kejadian

Definisi

Muncul ketika sistem jarak jauh (perangkat) yang sebelumnya ditemukan dalam sesi penemuan ini berubah dari terhubung secara proksimal ke cloud yang terhubung, atau sebaliknya. Ini juga dinaikkan ketika sistem jarak jauh mengubah salah satu properti yang dipantau (lihat properti kelas RemoteSystem ).

// Register
event_token RemoteSystemUpdated(TypedEventHandler<RemoteSystemWatcher, RemoteSystemUpdatedEventArgs const&> const& handler) const;

// Revoke with event_token
void RemoteSystemUpdated(event_token const* cookie) const;

// Revoke with event_revoker
RemoteSystemWatcher::RemoteSystemUpdated_revoker RemoteSystemUpdated(auto_revoke_t, TypedEventHandler<RemoteSystemWatcher, RemoteSystemUpdatedEventArgs const&> const& handler) const;
public event TypedEventHandler<RemoteSystemWatcher,RemoteSystemUpdatedEventArgs> RemoteSystemUpdated;
function onRemoteSystemUpdated(eventArgs) { /* Your code */ }
remoteSystemWatcher.addEventListener("remotesystemupdated", onRemoteSystemUpdated);
remoteSystemWatcher.removeEventListener("remotesystemupdated", onRemoteSystemUpdated);
- or -
remoteSystemWatcher.onremotesystemupdated = onRemoteSystemUpdated;
Public Custom Event RemoteSystemUpdated As TypedEventHandler(Of RemoteSystemWatcher, RemoteSystemUpdatedEventArgs) 

Jenis Acara

Persyaratan Windows

Kemampuan aplikasi
remoteSystem

Berlaku untuk