ChatConversation.RemoteParticipantComposingChanged 事件

定義

發生于遠端使用者已啟動或完成輸入時。

// Register
event_token RemoteParticipantComposingChanged(TypedEventHandler<ChatConversation, RemoteParticipantComposingChangedEventArgs const&> const& handler) const;

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

// Revoke with event_revoker
ChatConversation::RemoteParticipantComposingChanged_revoker RemoteParticipantComposingChanged(auto_revoke_t, TypedEventHandler<ChatConversation, RemoteParticipantComposingChangedEventArgs const&> const& handler) const;
public event TypedEventHandler<ChatConversation,RemoteParticipantComposingChangedEventArgs> RemoteParticipantComposingChanged;
function onRemoteParticipantComposingChanged(eventArgs) { /* Your code */ }
chatConversation.addEventListener("remoteparticipantcomposingchanged", onRemoteParticipantComposingChanged);
chatConversation.removeEventListener("remoteparticipantcomposingchanged", onRemoteParticipantComposingChanged);
- or -
chatConversation.onremoteparticipantcomposingchanged = onRemoteParticipantComposingChanged;
Public Custom Event RemoteParticipantComposingChanged As TypedEventHandler(Of ChatConversation, RemoteParticipantComposingChangedEventArgs) 

事件類型

Windows 需求

應用程式功能
chat chatSystem smsSend

適用於