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