Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

struct System.​Diagnostics.​ActivityChangedEventArgs

Assembly: System.Diagnostics.DiagnosticSource

Provides data for the <see cref="E:System.Diagnostics.Activity.CurrentChanged" /> event.

Properties

public Activity
Previous
Gets the <see cref="T:System.Diagnostics.Activity" /> object before the event.
public Activity
Current
Gets the <see cref="T:System.Diagnostics.Activity" /> object after the event.

Methods

public bool
Equals​(object obj)
Inherited from ValueType
public int
GetHashCode​()
Inherited from ValueType
public string
ToString​()
Inherited from ValueType
protected void
Finalize​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object