Server Events
RadRotator has a server side event - ItemClick. Developers may choose to use this event
to perform various actions. The event supplies a special RadRotatorEventArgs class which contains
reference to the item, that was clicked by the user. You can use that reference to obtain the Index of the item and use it in
your own event handling logic.