Represents the event payload raised when the preview host process exits.
public sealed record AxsgPreviewHostHostExitedEventPayload(int? ExitCode) : IEquatable<AxsgPreviewHostHostExitedEventPayload>
kind:method, kind:property, kind:ctor. Press Esc to clear.AxsgPreviewHostHostExitedEventPayload(Nullable<Int32>)Represents the event payload raised when the preview host process exits.