Framework.Disposing Event (Disposing)

Occurs when the Framework object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime.

Definition

Visual Basic Event Disposing As EventHandlerLeave Site
C# event EventHandlerLeave Site Disposing;
C++ :
event EventHandlerLeave SiteDisposing;
JScript In JScript, you can use events, but you cannot define your own.
Show: