CardViewBuilder<T>.OnCardInserting Method
| Name | Parameters | Description |
|---|---|---|
| OnCardInserting(RazorBlock) | jsFunc | A function that is executed before a new card is inserted into the data source. Mirrors the client-side onCardInserting option. |
| OnCardInserting(String) | jsFunc | A function that is executed before a new card is inserted into the data source. Mirrors the client-side onCardInserting option. |