TracingStatusChangedEventArgs Class

Definition

Provides data for the TracingStatusChanged event.

public ref class TracingStatusChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class TracingStatusChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class TracingStatusChangedEventArgs
Public NotInheritable Class TracingStatusChangedEventArgs
Inheritance
Object Platform::Object IInspectable TracingStatusChangedEventArgs
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

Enabled

Gets a value that indicates whether tracing is active.

TraceLevel

Gets the trace level for the current tracing session.

Applies to