InstantMessagingFlowPropertiesChangedEventArgs Class

Definition

Represents information received when the properties of an InstantMessagingFlow instance changes.

public ref class InstantMessagingFlowPropertiesChangedEventArgs : Microsoft::Rtc::Collaboration::PropertiesChangedEventArgs<Microsoft::Rtc::Collaboration::InstantMessagingFlowProperties ^>
public class InstantMessagingFlowPropertiesChangedEventArgs : Microsoft.Rtc.Collaboration.PropertiesChangedEventArgs<Microsoft.Rtc.Collaboration.InstantMessagingFlowProperties>
type InstantMessagingFlowPropertiesChangedEventArgs = class
    inherit PropertiesChangedEventArgs<InstantMessagingFlowProperties>
Public Class InstantMessagingFlowPropertiesChangedEventArgs
Inherits PropertiesChangedEventArgs(Of InstantMessagingFlowProperties)
Inheritance
InstantMessagingFlowPropertiesChangedEventArgs

Remarks

The InstantMessagingFlow properties can change when the associated InstantMessagingCall is escalated from a two party call to a conference call.

Properties

ChangedPropertyNames

Gets the list of property names that have changed.

(Inherited from PropertiesChangedEventArgs<TProperties>)
Properties

Gets the current values of the properties.

(Inherited from PropertiesChangedEventArgs<TProperties>)

Applies to