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.
public interface ICallbackEventHandler
Methods
GetCallbackResult()
Returns the results of a callback event that targets a control.
string GetCallbackResult()
Returns
RaiseCallbackEvent(string)
Processes a callback event that targets a control.
void RaiseCallbackEvent(string report)
Parameters
report
string