McuSession.RaiseSessionPropertyChanged<TProperties> Method
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.
Raises a property changed event on behalf of the derived class.
protected:
generic <typename TProperties>
where TProperties : Microsoft::Rtc::Collaboration::McuSessionProperties void RaiseSessionPropertyChanged(Microsoft::Rtc::Internal::Collaboration::PropertyMergeInformation<Microsoft::Rtc::Collaboration::McuSessionProperties ^> ^ pmi, EventHandler<Microsoft::Rtc::Collaboration::PropertiesChangedEventArgs<TProperties> ^> ^ handler);
protected void RaiseSessionPropertyChanged<TProperties> (Microsoft.Rtc.Internal.Collaboration.PropertyMergeInformation<Microsoft.Rtc.Collaboration.McuSessionProperties> pmi, EventHandler<Microsoft.Rtc.Collaboration.PropertiesChangedEventArgs<TProperties>> handler) where TProperties : Microsoft.Rtc.Collaboration.McuSessionProperties;
member this.RaiseSessionPropertyChanged : Microsoft.Rtc.Internal.Collaboration.PropertyMergeInformation<Microsoft.Rtc.Collaboration.McuSessionProperties> * EventHandler<Microsoft.Rtc.Collaboration.PropertiesChangedEventArgs<'Properties>> -> unit (requires 'Properties :> Microsoft.Rtc.Collaboration.McuSessionProperties)
Protected Sub RaiseSessionPropertyChanged(Of TProperties As McuSessionProperties) (pmi As PropertyMergeInformation(Of McuSessionProperties), handler As EventHandler(Of PropertiesChangedEventArgs(Of TProperties)))
Type Parameters
- TProperties
The strong type of the MCU session properties.
Parameters
Property change information.
- handler
- EventHandler<PropertiesChangedEventArgs<TProperties>>
The multicast delegate to notify. May be null.