This documentation is archived and is not being maintained.
Component.Events Property
.NET Framework 1.1
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;
Property Value
An EventHandlerList that provides the delegates for this component.
Remarks
For more information about handling events, see Consuming Events.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Component Class | Component Members | System.ComponentModel Namespace | EventHandlerList
Show: