AfterAddSessionEventArgs 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.
Contains information that can be used when the AddSession(String, Int32, Object) event is raised, which occurs after a session is added to the UII desktop.
public ref class AfterAddSessionEventArgs sealed : EventArgs
public sealed class AfterAddSessionEventArgs : EventArgs
type AfterAddSessionEventArgs = class
inherit EventArgs
Public NotInheritable Class AfterAddSessionEventArgs
Inherits EventArgs
- Inheritance
-
AfterAddSessionEventArgs
Constructors
AfterAddSessionEventArgs(Boolean) |
Initializes a new instance of the AfterAddSessionEventArgs class. |
Fields
IsGlobalSession |
Contains a Boolean value that specifies if the session is global. |