Represents the event payload raised after a live XAML update completes.
public sealed record AxsgPreviewHostUpdateResultEventPayload(bool Succeeded, string? Error, AxsgPreviewHostExceptionDetails? Exception) : IEquatable<AxsgPreviewHostUpdateResultEventPayload>
kind:method, kind:property, kind:ctor. Press Esc to clear.AxsgPreviewHostUpdateResultEventPayload(Boolean, String?, AxsgPreviewHostExceptionDetails?)Represents the event payload raised after a live XAML update completes.