A method that will handle the BootstrapCardView.BeforeColumnSorting event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.2.dll
public delegate void BootstrapCardViewBeforeColumnSortingEventHandler(
object sender,
BootstrapCardViewBeforeColumnSortingEventArgs e
);
Public Delegate Sub BootstrapCardViewBeforeColumnSortingEventHandler(
sender As Object,
e As BootstrapCardViewBeforeColumnSortingEventArgs
)
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | BootstrapCardViewBeforeColumnSortingEventArgs | A BootstrapCardViewBeforeColumnSortingEventArgs object that contains event data. |