InstantMessagingFlowPropertiesChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>) |