Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Callback.Execute Event

Specifies the event handler to be called when callback occurs.

[Visual Basic]
Public Event Execute As CallbackEventHandler
[C#]
public event CallbackEventHandler Execute;

Event Data

The event handler receives an argument of type CallbackEventArgs containing data related to this event. The following CallbackEventArgs properties provide information specific to this event.

Property Description
Data Extra data to be transferred to the client.
Parameter Gets the input parameter which is specified when the callback is triggered.
TriggerControl Returns the ASP.NET control object triggers this callback.
TriggerControlID Returns the client ID of the control that triggers this Callback.
Writer Gets the HTML writer used to write the output HTML.

See Also

Callback Class | EO.Web Namespace


Direct link to this topic