Edit

Share via


McuSession.RaiseSessionPropertyChanged<TProperties> Method

Definition

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

pmi
PropertyMergeInformation<McuSessionProperties>

Property change information.

handler
EventHandler<PropertiesChangedEventArgs<TProperties>>

The multicast delegate to notify. May be null.

Applies to