RemoteParticipantComposingChangedEventArgs Class

Definition

Provides data to the RemoteParticipantComposingChanged event.

public ref class RemoteParticipantComposingChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RemoteParticipantComposingChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RemoteParticipantComposingChangedEventArgs
Public NotInheritable Class RemoteParticipantComposingChangedEventArgs
Inheritance
Object Platform::Object IInspectable RemoteParticipantComposingChangedEventArgs
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
chat chatSystem smsSend

Remarks

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

Properties

IsComposing

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

ParticipantAddress

Gets the address of the remote chat participant.

TransportId

Gets the ID for the message transport.

Applies to