QuickInfoSessionStateChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |