Captured Events Log
control loaded
Toolbar Control
Source Code & Description
RadToolBar provides a set of client-side events. A
client-event is essentially a string which specifies the JavaScript function to
execute when the event is fired. The function may receive different numbers of
parameters. Some of the events can be cancelled. To cancel a "click" event,
simply return false from your javascript event-handler function.