Participant.PropertyChanged event

Raised when a property value changes

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

Syntax

'Declaration
Public Event PropertyChanged As EventHandler(Of ParticipantPropertyChangedEventArgs)
'Usage
Dim instance As Participant
Dim handler As EventHandler(Of ParticipantPropertyChangedEventArgs)

AddHandler instance.PropertyChanged, handler
public event EventHandler<ParticipantPropertyChangedEventArgs> PropertyChanged

See also

Reference

Participant class

Participant members

Microsoft.Lync.Model.Conversation namespace