Telerik.Web.UI.RadToolBarButtonEventHandler
Represents the method that handles the E:Telerik.Web.UI.RadToolBar.ButtonDataBound ButtonDataBoundevent of a Telerik.Web.UI.RadToolBar RadToolBarcontrol.
Remarks
When you create a RadToolBarButtonEventHandlerdelegate, 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.RadToolBarButtonEventHandler