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