ActivityTrackingRecord.EventArgs Property
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.
Always null
for an ActivityTrackingRecord.
public:
virtual property EventArgs ^ EventArgs { EventArgs ^ get(); void set(EventArgs ^ value); };
public override EventArgs EventArgs { get; set; }
member this.EventArgs : EventArgs with get, set
Public Overrides Property EventArgs As EventArgs
Property Value
A null reference (Nothing
) for an ActivityTrackingRecord.
Remarks
This property is set by the runtime tracking infrastructure.
EventArgs has no meaning for an ActivityTrackingRecord and is always a null reference (Nothing
).
This property is set by the runtime tracking infrastructure.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.