DataCollectionEventArgs 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.
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
| Name | Description |
|---|---|
| DataCollectionEventArgs(DataCollectionContext, Uri) | |
| DataCollectionEventArgs(DataCollectionContext) |
Initializes the instance by storing the given information. |
Properties
| Name | Description |
|---|---|
| Context |
Gets or sets the context information for the event. |
| TargetDataCollectorUri | |