Edit

Share via


ConversationWindowStateChangedEventArgs Class

Definition

Encapsulates the event data of a StateChanged event and exposes the new ConversationWindowState enumerator.

public ref class ConversationWindowStateChangedEventArgs : EventArgs
public class ConversationWindowStateChangedEventArgs : EventArgs
type ConversationWindowStateChangedEventArgs = class
    inherit EventArgs
Public Class ConversationWindowStateChangedEventArgs
Inherits EventArgs
Inheritance
ConversationWindowStateChangedEventArgs

Properties

NewState

Gets the new conversation window state value.

OldState

Gets the old conversation window state value.

Applies to