Table of Contents

Interface ICallbackEventHandler

Namespace
System.Web.UI
Assembly
nunit.framework.dll

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.

public interface ICallbackEventHandler

Methods

GetCallbackResult()

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

string GetCallbackResult()

Returns

string

RaiseCallbackEvent(string)

Processes a callback event that targets a control.

void RaiseCallbackEvent(string report)

Parameters

report string