AxsgPreviewHostUpdateResultEventPayload Class

Definition

Represents the event payload raised after a live XAML update completes.

public sealed record AxsgPreviewHostUpdateResultEventPayload(bool Succeeded, string? Error, AxsgPreviewHostExceptionDetails? Exception) : IEquatable<AxsgPreviewHostUpdateResultEventPayload>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (3)