Share via


RaiseSessionPropertyChanged(TProperties) Method

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

Parameters

See Also

Reference

McuSession Class

McuSession Members

Microsoft.Rtc.Collaboration Namespace