CallbackEventHandler Delegate
In This Article
A method that will handle the ASPxCallback.Callback event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public delegate void CallbackEventHandler(
object source,
CallbackEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
source | Object | A Object representing the event source. Identifies the ASPx |
e | Callback |
A Callback |
See Also