GanttBuilder<T>.OnCustomCommand Method
Name | Parameters | Description |
---|---|---|
OnCustomCommand(RazorBlock) | jsFunc | A function that is executed after a custom command item was clicked. Allows you to implement a custom command's functionality. Mirrors the client-side onCustomCommand option. |
OnCustomCommand(String) | jsFunc | A function that is executed after a custom command item was clicked. Allows you to implement a custom command's functionality. Mirrors the client-side onCustomCommand option. |