Skip to main content
Tab

ASPxGridViewCustomButtonCallbackEventHandler Delegate

In This Article

A method that will handle the ASPxGridView.CustomButtonCallback event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public delegate void ASPxGridViewCustomButtonCallbackEventHandler(
    object sender,
    ASPxGridViewCustomButtonCallbackEventArgs e
);

#Parameters

Name Type Description
sender Object

The event sender.

e ASPxGridViewCustomButtonCallbackEventArgs

An ASPxGridViewCustomButtonCallbackEventArgs object that contains event data.

See Also