ConferenceSession.PropertiesChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when one or more properties of the conference session change.
public:
event EventHandler<Microsoft::Rtc::Collaboration::PropertiesChangedEventArgs<Microsoft::Rtc::Collaboration::ConferenceSessionProperties ^> ^> ^ PropertiesChanged;
public event EventHandler<Microsoft.Rtc.Collaboration.PropertiesChangedEventArgs<Microsoft.Rtc.Collaboration.ConferenceSessionProperties>> PropertiesChanged;
member this.PropertiesChanged : EventHandler<Microsoft.Rtc.Collaboration.PropertiesChangedEventArgs<Microsoft.Rtc.Collaboration.ConferenceSessionProperties>>
Public Custom Event PropertiesChanged As EventHandler(Of PropertiesChangedEventArgs(Of ConferenceSessionProperties))