AVModality.AVModalityPropertyChanged Event
Occurs when a property value changes.
Namespace: Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Event AVModalityPropertyChanged As EventHandler(Of ModalityPropertyChangedEventArgs)
'Usage
Dim instance As AVModality
Dim handler As EventHandler(Of ModalityPropertyChangedEventArgs)
AddHandler instance.AVModalityPropertyChanged, handler
public event EventHandler<ModalityPropertyChangedEventArgs> AVModalityPropertyChanged