System.ComponentModel.EventHandlerList Class

Provides a simple list of delegates. This class cannot be inherited.

See Also: EventHandlerList Members

Syntax

public sealed class EventHandlerList : IDisposable

Remarks

This class uses a linear search algorithm to find entries in the list of delegates. A linear search algorithm is inefficient when working with a large number of entries. Therefore, when you have a large list, finding entries is slow.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0