Back to Devexpress

CallbackEventHandler Delegate

aspnet-devexpress-dot-web-b095924e.md

latest1.4 KB
Original Source

CallbackEventHandler Delegate

A method that will handle the ASPxCallback.Callback event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void CallbackEventHandler(
    object source,
    CallbackEventArgs e
);
vb
Public Delegate Sub CallbackEventHandler(
    source As Object,
    e As CallbackEventArgs
)

Parameters

NameTypeDescription
sourceObject

A Object representing the event source. Identifies the ASPxCallback control that raised the event.

| | e | CallbackEventArgs |

A CallbackEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web Namespace