ASP.Net 2.0 client callback, first question

G

Guest

Hi all,
I am reading MSDN help to create my first client callback testing page.

From
ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_aspnetcon/html/dfaaa7d4-e1f2-4322-b2f5-796e0419f185.htm
I know I need to implement ICallbackEventHandler interface, and I checked
document, the return type of RaiseCallbackEvent defined in this interface is
void
(ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.NETDEVFX.v20.en/cpref13/html/M_System_Web_UI_ICallbackEventHandler_RaiseCallbackEvent_1_16219e3a.htm),
but all the examples have something like

public String RaiseCallbackEvent(String eventArgument As String)
{
return eventArgument + " new value";
}

It is the samething in
ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_aspnetcon/html/2c688b1a-93a4-4dad-b82b-63974bdbb13e.htm

How is that possible?

Regards
Hardy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top