Back to Devexpress

BootstrapCardViewCustomColumnSortEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-b666e99a.md

latest1.5 KB
Original Source

BootstrapCardViewCustomColumnSortEventHandler Delegate

A method that will handle the BootstrapCardView.CustomColumnSort event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | BootstrapCardViewCustomColumnSortEventArgs |

A BootstrapCardViewCustomColumnSortEventArgs object that contains event data.

|

See Also

DevExpress.Web.Bootstrap Namespace