McuSession.RaiseSessionPropertyChanged<TProperties> Method
Raises a property changed event on behalf of the derived class.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Sub RaiseSessionPropertyChanged(Of TProperties As McuSessionProperties) ( _
pmi As PropertyMergeInformation(Of McuSessionProperties), _
handler As EventHandler(Of PropertiesChangedEventArgs(Of TProperties)) _
)
'Usage
Dim pmi As PropertyMergeInformation(Of McuSessionProperties)
Dim handler As EventHandler(Of PropertiesChangedEventArgs(Of TProperties))
Me.RaiseSessionPropertyChanged(pmi, _
handler)
protected void RaiseSessionPropertyChanged<TProperties>(
PropertyMergeInformation<McuSessionProperties> pmi,
EventHandler<PropertiesChangedEventArgs<TProperties>> handler
)
where TProperties : McuSessionProperties
Type Parameters
- TProperties
The strong type of the MCU session properties.
Parameters
- pmi
Type: PropertyMergeInformation<McuSessionProperties>
Property change information.
- handler
Type: System.EventHandler<PropertiesChangedEventArgs<TProperties>>
The multicast delegate to notify. May be null.