Skip to main content

Class VelloDiagnosticsChangedEventArgs

Namespace: VelloSharp.Maui.Diagnostics
Assembly: VelloSharp.Maui.Core.dll

Event arguments raised when diagnostics information changes.

public sealed class VelloDiagnosticsChangedEventArgs : EventArgs

Inheritance

objectEventArgsVelloDiagnosticsChangedEventArgs

Inherited Members

EventArgs.Empty, object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

VelloDiagnosticsChangedEventArgs(VelloDiagnosticsSnapshot)

public VelloDiagnosticsChangedEventArgs(VelloDiagnosticsSnapshot snapshot)

Parameters

snapshot VelloDiagnosticsSnapshot

Properties

Snapshot

public VelloDiagnosticsSnapshot Snapshot { get; }

Property Value

VelloDiagnosticsSnapshot