ConversationChangedEventArgs Members
Include Protected Members
Include Inherited Members
Represents the information supplied when a call is moved to a derived Conversation.
The ConversationChangedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
NewConversation | Gets the new Conversation that contains the Call. | |
PreviousConversation | Gets the Conversation that contained the Call. | |
Reason | Gets the reason for which the conversation was changed. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top