Back to Devexpress

ASPxGridViewCommandButtonEventHandler Delegate

aspnet-devexpress-dot-web-1304e629.md

latest1.3 KB
Original Source

ASPxGridViewCommandButtonEventHandler Delegate

A method that will handle the ASPxGridView.CommandButtonInitialize event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event sender.

| | e | ASPxGridViewCommandButtonEventArgs |

An ASPxGridViewCommandButtonEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace