Table of Contents

Delegate ErrorStatusEventHandler

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

Represents the method that will handle ErrorStatusChanged and similar events.

public delegate void ErrorStatusEventHandler(object? sender, ErrorStatusEventArgs e)

Parameters

sender object

The source of the event.

e ErrorStatusEventArgs

An object that contains an event data.