PropertiesChanged Event
Raised when a session property changed.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event PropertiesChanged As EventHandler(Of PropertiesChangedEventArgs(Of AudioVideoMcuSessionProperties))
'Usage
Dim instance As AudioVideoMcuSession
Dim handler As EventHandler(Of PropertiesChangedEventArgs(Of AudioVideoMcuSessionProperties))
AddHandler instance.PropertiesChanged, handler
public event EventHandler<PropertiesChangedEventArgs<AudioVideoMcuSessionProperties>> PropertiesChanged