SessionStartEventArgs Class

Definition

Represents the event arguments for the SessionStart event.

public ref class SessionStartEventArgs sealed : Microsoft::VisualStudio::TestTools::Execution::DataCollectionEventArgs
[System.Serializable]
public sealed class SessionStartEventArgs : Microsoft.VisualStudio.TestTools.Execution.DataCollectionEventArgs
[<System.Serializable>]
type SessionStartEventArgs = class
    inherit DataCollectionEventArgs
Public NotInheritable Class SessionStartEventArgs
Inherits DataCollectionEventArgs
Inheritance
SessionStartEventArgs
Attributes

Constructors

Name Description
SessionStartEventArgs(DataCollectionContext)

Properties

Name Description
Context

Gets or sets the context information for the event.

(Inherited from DataCollectionEventArgs)
TargetDataCollectorUri (Inherited from DataCollectionEventArgs)

Applies to