AfterAddSessionEventArgs Class

Definition

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.

Applies to