CardViewBuilder<T>.OnCardRemoving Method
| Name | Parameters | Description |
|---|---|---|
| OnCardRemoving(RazorBlock) | jsFunc | A function that is executed before a card is removed from the data source. Mirrors the client-side onCardRemoving option. |
| OnCardRemoving(String) | jsFunc | A function that is executed before a card is removed from the data source. Mirrors the client-side onCardRemoving option. |