New to Telerik UI for WinFormsStart a free 30-day trial

Represents a list of delegates.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class EventHandlerList

Inheritance: objectEventHandlerList

Constructors

C#
public EventHandlerList()

Properties

Retrieves the delegate, associated with the provided key.

C#
public Delegate this[object key] { get; }
Parameters:keyobject

Methods

Adds the specified delegate associated with the provided key.

C#
public void AddHandler(object key, Delegate handler)
Parameters:keyobjecthandlerDelegate

Clears the list.

C#
public void Clear()

Removes the specified delegate associated with the provided key.

C#
public void RemoveHandler(object key, Delegate handler)
Parameters:keyobjecthandlerDelegate