ClassEventHandlerList
Class
Represents a list of delegates.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class EventHandlerList
Inheritance: objectEventHandlerList
Constructors
EventHandlerList()
Declaration
cs-api-definition
public EventHandlerList()
Properties
this[object]
Retrieves the delegate, associated with the provided key.
Methods
AddHandler(object, Delegate)
Adds the specified delegate associated with the provided key.
RemoveHandler(object, Delegate)
Removes the specified delegate associated with the provided key.