New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.RadToolBarEventHandler

Represents the method that handles the events of a Telerik.Web.UI.RadToolBar RadToolBarcontrol.

Remarks

When you create a RadToolBarEventHandlerdelegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate.

Inheritance Hierarchy

  • System.Object
  • System.Delegate
  • System.MulticastDelegate
  • Telerik.Web.UI.RadToolBarEventHandler
In this article