Back to Devexpress

ASPxCardViewCustomButtonEventHandler Delegate

aspnet-devexpress-dot-web-40cb9233.md

latest1.3 KB
Original Source

ASPxCardViewCustomButtonEventHandler Delegate

A method that will handle the ASPxCardView.CustomButtonInitialize event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | ASPxCardViewCustomCommandButtonEventArgs |

An ASPxCardViewCustomCommandButtonEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace