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
- pmi
Type: Microsoft.Rtc.Internal.Collaboration..::..PropertyMergeInformation<(Of <(<'McuSessionProperties>)>)>
- handler
Type: System..::..EventHandler<(Of <(<'PropertiesChangedEventArgs<(Of <(<'TProperties>)>)>>)>)>