CardViewBuilder<T>.OnEditingStart Method
| Name | Parameters | Description |
|---|---|---|
| OnEditingStart(RazorBlock) | jsFunc | A function that is executed before a card switches to the editing state. Mirrors the client-side onEditingStart option. |
| OnEditingStart(String) | jsFunc | A function that is executed before a card switches to the editing state. Mirrors the client-side onEditingStart option. |