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.
Namespace: System.Web.UI
Assembly: nunit.framework.dll
Syntax
public interface ICallbackEventHandler
Methods
View SourceGetCallbackResult()
Returns the results of a callback event that targets a control.
Declaration
string GetCallbackResult()
Returns
Type | Description |
---|---|
string |
RaiseCallbackEvent(string)
Processes a callback event that targets a control.
Declaration
void RaiseCallbackEvent(string report)
Parameters
Type | Name | Description |
---|---|---|
string | report |