RemoteSystemSessionInvitationListener.InvitationReceived Événement

Définition

Déclenché lorsqu’une invitation de session à distance à partir d’un autre appareil a été détectée.

// Register
event_token InvitationReceived(TypedEventHandler<RemoteSystemSessionInvitationListener, RemoteSystemSessionInvitationReceivedEventArgs const&> const& handler) const;

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

// Revoke with event_revoker
RemoteSystemSessionInvitationListener::InvitationReceived_revoker InvitationReceived(auto_revoke_t, TypedEventHandler<RemoteSystemSessionInvitationListener, RemoteSystemSessionInvitationReceivedEventArgs const&> const& handler) const;
public event TypedEventHandler<RemoteSystemSessionInvitationListener,RemoteSystemSessionInvitationReceivedEventArgs> InvitationReceived;
function onInvitationReceived(eventArgs) { /* Your code */ }
remoteSystemSessionInvitationListener.addEventListener("invitationreceived", onInvitationReceived);
remoteSystemSessionInvitationListener.removeEventListener("invitationreceived", onInvitationReceived);
- or -
remoteSystemSessionInvitationListener.oninvitationreceived = onInvitationReceived;
Public Custom Event InvitationReceived As TypedEventHandler(Of RemoteSystemSessionInvitationListener, RemoteSystemSessionInvitationReceivedEventArgs) 

Type d'événement

Configuration requise pour Windows

Fonctionnalités de l’application
remoteSystem

S’applique à