Gets the list of event handlers that are attached to this Component.
[Visual Basic] Protected ReadOnly Property Events As EventHandlerList [C#] protected EventHandlerList Events {get;} [C++] protected: __property EventHandlerList* get_Events(); [JScript] protected function get Events() : EventHandlerList;
An EventHandlerList that provides the delegates for this component.
For more information about handling events, see
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Component Class | Component Members | System.ComponentModel Namespace | EventHandlerList