Table of Contents

Constructor ErrorStatusEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ErrorStatusEventArgs(bool, string?)

Initializes a new instance of the ErrorStatusEventArgs class.

public ErrorStatusEventArgs(bool showError, string? errorMessage)

Parameters

showError bool

Indicates whether to show/hide error.

errorMessage string

Specifies error message.