<PackageReference Include="NUnit" Version="3.10.1" />

ICallbackEventHandler

public interface ICallbackEventHandler
A shim of the .NET interface for platforms that do not support it. Used to indicate that a control can be the target of a callback event on the server.

Returns the results of a callback event that targets a control.

void RaiseCallbackEvent(string report)

Processes a callback event that targets a control.