ConferenceSession.PropertiesChanged Event
Raised when one or more properties of the conference session change.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event PropertiesChanged As EventHandler(Of PropertiesChangedEventArgs(Of ConferenceSessionProperties))
'Usage
Dim instance As ConferenceSession
Dim handler As EventHandler(Of PropertiesChangedEventArgs(Of ConferenceSessionProperties))
AddHandler instance.PropertiesChanged, handler
public event EventHandler<PropertiesChangedEventArgs<ConferenceSessionProperties>> PropertiesChanged