[This is preliminary documentation and is subject to change.]

The PlayerInfoMuteChangingEventArgs type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Announce
Whether the mute/unmute should be announced in-game. Can be changed.
Cancel
Duration
Mute duration. Must not be negative. May be changed. If player is being unmuted, this is the current remaining mute duration. If player is being muted, this is the desired mute duration, counting from now.
IsBeingUnmuted
Whether player is being muted or unmuted.
Muter
Player who initiated mute/unmute.
PlayerInfo
Player who is being muted/unmuted (target).

See Also