This documentation is archived and is not being maintained.
MarshalByValueComponent.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.
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
MarshalByValueComponent Class | MarshalByValueComponent Members | System.ComponentModel Namespace | MarshalByValueComponent | EventHandlerList
Show: