Share via


Participant.PropertyChanged Event

Occurs 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