Events Overview
RadTagCloud provides a rich set of client-side events which allow easy and flexible use in a wide range of application scenarios:
-
OnClientLoad–raised when the RadTagCloud object is loaded on the page.
-
OnClientItemClicking–occurs when an item of the RadTagCloud control is clicked,immediately after the mouse button is released.
-
OnClientItemClicked–occurs when an item of the RadTagCloud control is clicked,immediately after the OnClientItemClicking event.
-
OnClientItemsRequesting–fired before sending a request to a Web Service for the items to be bound.
-
OnClientItemsRequested–fired when the requested items from the Web Service are successfully loaded.
-
OnClientItemsRequestFailed–fired when the request to the web service is failed.
-
OnClientDataBound–raised when the RadTagCloud object is successfully bound to the requested data.
-
OnClientItemDataBound–occurs when a RadTagCloudItem is successfully bound to the requested data source item.