DataCollectionEventArgs Class

Definition

The base class for all execution event arguments.

public ref class DataCollectionEventArgs abstract : EventArgs
[System.Serializable]
public abstract class DataCollectionEventArgs : EventArgs
[<System.Serializable>]
type DataCollectionEventArgs = class
    inherit EventArgs
Public MustInherit Class DataCollectionEventArgs
Inherits EventArgs
Inheritance
DataCollectionEventArgs
Derived
Attributes

Constructors

DataCollectionEventArgs(DataCollectionContext)

Initializes the instance by storing the given information.

DataCollectionEventArgs(DataCollectionContext, Uri)

Properties

Context

Gets or sets the context information for the event.

TargetDataCollectorUri

Applies to