Back to Devexpress

BootstrapCardViewBeforeColumnSortingEventHandler Delegate

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

latest1.6 KB
Original Source

BootstrapCardViewBeforeColumnSortingEventHandler Delegate

A method that will handle the BootstrapCardView.BeforeColumnSorting event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | BootstrapCardViewBeforeColumnSortingEventArgs |

A BootstrapCardViewBeforeColumnSortingEventArgs object that contains event data.

|

See Also

DevExpress.Web.Bootstrap Namespace