ChatMessageStoreChangedEventArgs Class

Definition

Provides the data for the ChatMessageStoreChanged event.

public ref class ChatMessageStoreChangedEventArgs 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 ChatMessageStoreChangedEventArgs 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 ChatMessageStoreChangedEventArgs
Public NotInheritable Class ChatMessageStoreChangedEventArgs
Inheritance
Object Platform::Object IInspectable ChatMessageStoreChangedEventArgs
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 ChatMessageStoreChanged event.

Properties

Id

Gets the ID of the object that changed.

Kind

Gets the type of change that happened.

Applies to