ChatMessageStore.StoreChanged Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Se produit quand un élément du ChatMessageStore a changé.
// Register
event_token StoreChanged(TypedEventHandler<ChatMessageStore, ChatMessageStoreChangedEventArgs const&> const& handler) const;
// Revoke with event_token
void StoreChanged(event_token const* cookie) const;
// Revoke with event_revoker
ChatMessageStore::StoreChanged_revoker StoreChanged(auto_revoke_t, TypedEventHandler<ChatMessageStore, ChatMessageStoreChangedEventArgs const&> const& handler) const;
public event TypedEventHandler<ChatMessageStore,ChatMessageStoreChangedEventArgs> StoreChanged;
function onStoreChanged(eventArgs) { /* Your code */ }
chatMessageStore.addEventListener("storechanged", onStoreChanged);
chatMessageStore.removeEventListener("storechanged", onStoreChanged);
- or -
chatMessageStore.onstorechanged = onStoreChanged;
Public Custom Event StoreChanged As TypedEventHandler(Of ChatMessageStore, ChatMessageStoreChangedEventArgs)
Type d'événement
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
blockedChatMessages
chatSystem
smsSend
|