Back to Devexpress

ASPxCardViewCommandButtonEventHandler Delegate

aspnet-devexpress-dot-web-6f93b498.md

latest1.3 KB
Original Source

ASPxCardViewCommandButtonEventHandler Delegate

A method that will handle the ASPxCardView.CommandButtonInitialize event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event sender.

| | e | ASPxCardViewCommandButtonEventArgs |

An ASPxCardViewCommandButtonEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace