QuickInfoSessionStateChangedEventArgs Class

Definition

Arguments for the StateChanged event.

public ref class QuickInfoSessionStateChangedEventArgs sealed : EventArgs
public sealed class QuickInfoSessionStateChangedEventArgs : EventArgs
type QuickInfoSessionStateChangedEventArgs = class
    inherit EventArgs
Public NotInheritable Class QuickInfoSessionStateChangedEventArgs
Inherits EventArgs
Inheritance
QuickInfoSessionStateChangedEventArgs

Constructors

QuickInfoSessionStateChangedEventArgs(QuickInfoSessionState, QuickInfoSessionState)

Creates a new instance of QuickInfoSessionStateChangedEventArgs.

Properties

NewState

The state after the transition.

OldState

The state before the transition.

Applies to