Delegate ErrorStatusEventHandler
Represents the method that will handle ErrorStatusChanged and similar events.
public delegate void ErrorStatusEventHandler(object? sender, ErrorStatusEventArgs e)
Parameters
sender
objectThe source of the event.
e
ErrorStatusEventArgsAn object that contains an event data.