InstantMessagingFlow.PropertiesChanged Event
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event PropertiesChanged As EventHandler(Of InstantMessagingFlowPropertiesChangedEventArgs)
'Usage
Dim instance As InstantMessagingFlow
Dim handler As EventHandler(Of InstantMessagingFlowPropertiesChangedEventArgs)
AddHandler instance.PropertiesChanged, handler
public event EventHandler<InstantMessagingFlowPropertiesChangedEventArgs> PropertiesChanged