New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnClientNavigationComplete
If specified, the OnClientNavigationComplete client-side event handler is called when anavigation command has been completed. In the case of server-side binding, the event will not be raised.
Two parameters are passed to the handler:
-
sender - the scheduler client object;
-
eventArgs with one property:
- get_command() - the navigation command that is completed;
This event cannot be cancelled.