Share via


PropertiesChanged Event

Raised when participant endpoints join or leave the conference.

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

See Also

Reference

ConferenceSession Class

ConferenceSession Members

Microsoft.Rtc.Collaboration Namespace