Back to Devexpress

CustomDataCallbackEventHandler Delegate

aspnet-devexpress-dot-web-8106b7fb.md

latest1.2 KB
Original Source

CustomDataCallbackEventHandler Delegate

A method that will handle the CustomDataCallback client-side events of a web control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void CustomDataCallbackEventHandler(
    object sender,
    CustomDataCallbackEventArgs e
);
vb
Public Delegate Sub CustomDataCallbackEventHandler(
    sender As Object,
    e As CustomDataCallbackEventArgs
)

Parameters

NameTypeDescription
senderObject

An object representing the event source. Identifies the control that raised the event.

| | e | CustomDataCallbackEventArgs |

An CustomDataCallbackEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace