PartyChat.IsPartyChatActiveChanged Event

Raised when the PartyChat.IsPartyChatActive Property changes its value to indicate a change in audio focus status.

Syntax

public:
static event EventHandler<bool>^ IsPartyChatActiveChanged {
         EventRegistrationToken add (EventHandler<bool>^ value);
         void remove (EventRegistrationToken token);
}  

Requirements

Namespace: Windows.Xbox.Multiplayer

Metadata: windows.winmd

See also

Reference

PartyChat Class

PartyChat Members

Windows.Xbox.Multiplayer Namespace