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

Применяется к