Back to Devexpress

ASPxGridViewCustomButtonEventHandler Delegate

aspnet-devexpress-dot-web-9348697a.md

latest1.3 KB
Original Source

ASPxGridViewCustomButtonEventHandler Delegate

A method that will handle the ASPxGridView.CustomButtonInitialize event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | ASPxGridViewCustomButtonEventArgs |

An ASPxGridViewCustomButtonEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace