New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnClientItemsRequested
The OnClientItemsRequested is fired when the requested items from the Web Service are successfully loaded.
The event handler receives two arguments:
-
Sender–the TagCould object that fired the event.
-
Event arguments–an empty event arguments object.
In the TagCloud's Web Service online example you can examine how this event can be used.