Back to Devexpress

ASPxGridViewCustomButtonCallbackEventHandler Delegate

aspnet-devexpress-dot-web-96e2f857.md

latest1.4 KB
Original Source

ASPxGridViewCustomButtonCallbackEventHandler Delegate

A method that will handle the ASPxGridView.CustomButtonCallback event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event sender.

| | e | ASPxGridViewCustomButtonCallbackEventArgs |

An ASPxGridViewCustomButtonCallbackEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace