This documentation is archived and is not being maintained.
MarshalByValueComponent.Disposed Event
.NET Framework 1.1
Adds an event handler to listen to the Disposed event on the component.
[Visual Basic] Public Overridable Event Disposed As EventHandler [C#] public virtual event EventHandler Disposed; [C++] public: virtual __event EventHandler* Disposed;
[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.
Event Data
The event handler receives an argument of type EventArgs.
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 | EventHandler
Show: