ConversationStateChangedEventArgs members
Represents the event data of a ConversationStateChanged event.
The ConversationStateChangedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConversationStateChangedEventArgs |
Top
Properties
Name | Description | |
---|---|---|
NewState | Gets the new conversation state value. | |
OldState | Gets the old conversation state value. | |
Properties | Gets the properties of the change. | |
StatusCode | Gets the StatusCode of the change. |
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