Share via


RemoteSystemSessionParticipantWatcher.EnumerationCompleted Kejadian

Definisi

Dimunculkan setelah enumerasi awal peserta selesai.

// Register
event_token EnumerationCompleted(TypedEventHandler<RemoteSystemSessionParticipantWatcher, IInspectable const&> const& handler) const;

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

// Revoke with event_revoker
RemoteSystemSessionParticipantWatcher::EnumerationCompleted_revoker EnumerationCompleted(auto_revoke_t, TypedEventHandler<RemoteSystemSessionParticipantWatcher, IInspectable const&> const& handler) const;
public event TypedEventHandler<RemoteSystemSessionParticipantWatcher,object> EnumerationCompleted;
function onEnumerationCompleted(eventArgs) { /* Your code */ }
remoteSystemSessionParticipantWatcher.addEventListener("enumerationcompleted", onEnumerationCompleted);
remoteSystemSessionParticipantWatcher.removeEventListener("enumerationcompleted", onEnumerationCompleted);
- or -
remoteSystemSessionParticipantWatcher.onenumerationcompleted = onEnumerationCompleted;
Public Custom Event EnumerationCompleted As TypedEventHandler(Of RemoteSystemSessionParticipantWatcher, Object) 

Jenis Acara

Persyaratan Windows

Kemampuan aplikasi
remoteSystem

Keterangan

Aplikasi dapat menunda penyajian UI untuk peserta sesi hingga saat ini, sehingga elemen UI untuk banyak peserta dapat dirender sekaligus. Peristiwa penemuan peserta dapat terus dimunculkan setelah acara ini.

Berlaku untuk