Back to Devexpress

BootstrapCardViewCommandButtonEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-519b13d6.md

latest1.5 KB
Original Source

BootstrapCardViewCommandButtonEventHandler Delegate

A method that will handle the BootstrapCardView.CommandButtonInitialize event.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | BootstrapCardViewCommandButtonEventArgs |

A BootstrapCardViewCommandButtonEventArgs object that contains event data.

|

See Also

DevExpress.Web.Bootstrap Namespace