RemoteSystemSessionWatcher.Updated Kejadian
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Dimunculkan ketika sesi jarak jauh yang ditemukan sebelumnya memiliki beberapa bagian dari informasinya yang diperbarui.
// 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)
Jenis Acara
Persyaratan Windows
Kemampuan aplikasi |
remoteSystem
|