RemoteParticipantComposingChangedEventArgs RemoteParticipantComposingChangedEventArgs RemoteParticipantComposingChangedEventArgs RemoteParticipantComposingChangedEventArgs Class

Definition

Provides data to the RemoteParticipantComposingChanged event.

public : sealed class RemoteParticipantComposingChangedEventArgs : IRemoteParticipantComposingChangedEventArgspublic sealed class RemoteParticipantComposingChangedEventArgs : IRemoteParticipantComposingChangedEventArgsPublic NotInheritable Class RemoteParticipantComposingChangedEventArgs Implements IRemoteParticipantComposingChangedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

An instance of this class is created by the system and passed as an argument to the RemoteParticipantComposingChanged event.

Properties

IsComposing IsComposing IsComposing IsComposing

Gets a Boolean value indicating if the remote participant is currently composing a message.

public : PlatForm::Boolean IsComposing { get; }public bool IsComposing { get; }Public ReadOnly Property IsComposing As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

A Boolean value indicating if the remote participant is currently composing a message.

ParticipantAddress ParticipantAddress ParticipantAddress ParticipantAddress

Gets the address of the remote chat participant.

public : PlatForm::String ParticipantAddress { get; }public string ParticipantAddress { get; }Public ReadOnly Property ParticipantAddress As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The address of the remote chat participant.

TransportId TransportId TransportId TransportId

Gets the ID for the message transport.

public : PlatForm::String TransportId { get; }public string TransportId { get; }Public ReadOnly Property TransportId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The ID for the transport.