RemoteSystemSessionInvitationListener.InvitationReceived 事件

定義

偵測到來自另一部裝置的遠端會話邀請時引發。

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

事件類型

Windows 需求

應用程式功能
remoteSystem

適用於