Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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