SessionEndEventArgs Class

Definition

Represents the event arguments for the SessionEnd event.

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

Constructors

SessionEndEventArgs(DataCollectionContext)

Properties

Context

Gets or sets the context information for the event.

(Inherited from DataCollectionEventArgs)
TargetDataCollectorUri (Inherited from DataCollectionEventArgs)

Applies to