Framework.Disposing Event (Disposing)
Occurs when the Framework object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime.
Visual Basic Event Disposing As EventHandler C# event EventHandler Disposing;
C++ :
event EventHandler^ Disposing;
JScript In JScript, you can use events, but you cannot define your own.
Show:
