Class EventHandlerList
Inheritance
System.Object
EventHandlerList
Namespace: Telerik.Charting
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class EventHandlerList : Object
Constructors
EventHandlerList()
Declaration
public EventHandlerList()
Properties
Item[Object]
Declaration
public Delegate this[object key] { get; }
Parameters
|
System.Object
key
|
Property Value
|
System.Delegate
|
Methods
AddHandler(Object, Delegate)
Declaration
public void AddHandler(object key, Delegate handler)
Parameters
|
System.Object
key
|
|
System.Delegate
handler
|
Clear()
Declaration
public void Clear()
RemoveHandler(Object, Delegate)
Declaration
public void RemoveHandler(object key, Delegate handler)
Parameters
|
System.Object
key
|
|
System.Delegate
handler
|