A newer version of this page is available.
Switch to the current version.
ASPxGridViewCustomDataCallbackEventHandler Delegate
A method that will handle the ASPxGridView.CustomDataCallback event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
public delegate void ASPxGridViewCustomDataCallbackEventHandler(
object sender,
ASPxGridViewCustomDataCallbackEventArgs e
);
Public Delegate Sub ASPxGridViewCustomDataCallbackEventHandler(
sender As Object,
e As ASPxGridViewCustomDataCallbackEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | ASPxGridViewCustomDataCallbackEventArgs | An ASPxGridViewCustomDataCallbackEventArgs object that contains event data. |
See Also
Feedback