Participant.IsMutedChanged event

Raised when the mute state changes.

Namespace:  Microsoft.Lync.Model.Conversation
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Event IsMutedChanged As EventHandler(Of MutedChangedEventArgs)
'Usage
Dim instance As Participant
Dim handler As EventHandler(Of MutedChangedEventArgs)

AddHandler instance.IsMutedChanged, handler
public event EventHandler<MutedChangedEventArgs> IsMutedChanged

See also

Reference

Participant class

Participant members

Microsoft.Lync.Model.Conversation namespace