InstantMessagingFlowPropertiesChangedEventArgs Class
Represents information received when the properties of an InstantMessagingFlow instance changes.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Rtc.Collaboration.PropertiesChangedEventArgs<InstantMessagingFlowProperties>
Microsoft.Rtc.Collaboration.InstantMessagingFlowPropertiesChangedEventArgs
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class InstantMessagingFlowPropertiesChangedEventArgs _
Inherits PropertiesChangedEventArgs(Of InstantMessagingFlowProperties)
'Usage
Dim instance As InstantMessagingFlowPropertiesChangedEventArgs
public class InstantMessagingFlowPropertiesChangedEventArgs : PropertiesChangedEventArgs<InstantMessagingFlowProperties>
Remarks
The InstantMessagingFlow properties can change when the associated InstantMessagingCall is escalated from a two party call to a conference call.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.