ChatMessageStoreChangedEventArgs
ChatMessageStoreChangedEventArgs
ChatMessageStoreChangedEventArgs
ChatMessageStoreChangedEventArgs
Class
Definition
Provides the data for the ChatMessageStoreChanged event.
public : sealed class ChatMessageStoreChangedEventArgs : IChatMessageStoreChangedEventArgspublic sealed class ChatMessageStoreChangedEventArgs : IChatMessageStoreChangedEventArgsPublic NotInheritable Class ChatMessageStoreChangedEventArgs Implements IChatMessageStoreChangedEventArgs// 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 ChatMessageStoreChanged event.
Properties
Id Id Id Id
Gets the ID of the object that changed.
public : PlatForm::String Id { get; }public string Id { get; }Public ReadOnly Property Id As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The ID of the object that changed.
Kind Kind Kind Kind
Gets the type of change that happened.
public : ChatStoreChangedEventKind Kind { get; }public ChatStoreChangedEventKind Kind { get; }Public ReadOnly Property Kind As ChatStoreChangedEventKind// You can use this property in JavaScript.
- Value
- ChatStoreChangedEventKind ChatStoreChangedEventKind ChatStoreChangedEventKind ChatStoreChangedEventKind
The type of change that happened.