Specifies the event handler to be called when callback occurs.
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