PartyChat.IsPartyChatSuppressedChanged Event

Raised when the PartyChat.IsPartyChatSuppressed Property changes its value to indicate a change in microphone suppression status.

Syntax

public:
static event EventHandler<bool>^ IsPartyChatSuppressedChanged {
         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