Freigeben über


RemoteSystemSessionParticipantWatcher.EnumerationCompleted Ereignis

Definition

Wird ausgelöst, nachdem die anfängliche Enumeration der Teilnehmer abgeschlossen wurde.

// 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) 

Ereignistyp

Windows-Anforderungen

App-Funktionen
remoteSystem

Hinweise

Eine App kann das Rendern der Benutzeroberfläche für Sitzungsteilnehmer bis zu diesem Punkt verzögern, sodass die UI-Elemente für viele Teilnehmer gleichzeitig gerendert werden können. Teilnehmerermittlungsereignisse können nach diesem Ereignis weiterhin ausgelöst werden.

Gilt für: