ConversationWindowStateChangedEventArgs members
Encapsulates the event data of a StateChanged event and exposes the new ConversationWindowState enumerator.
The ConversationWindowStateChangedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
NewState | Gets the new conversation window state value. | |
OldState | Gets the old conversation window state value. |
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