RadControls for ASP.NET AJAX RadMenu introduces three server-side events for working with menu items:
ItemClick occurs when the user clicks on a menu item.
ItemCreated occurs when a new menu item is added to the menu (at any level).
ItemDataBound occurs when a menu item is bound to a data source.
See Also