EventHandlerList::Dispose Method ()
.NET Framework (current version)
Disposes the delegate list.
Assembly: System (in System.dll)
Call Dispose when you are finished using the EventHandlerList. The Dispose method leaves the EventHandlerList in an unusable state. After calling Dispose, you must release all references to the EventHandlerList so the memory it was occupying can be reclaimed by garbage collection.
Note |
|---|
Always call Dispose before you release your last reference to the EventHandlerList. Otherwise, the resources the EventHandlerList is using will not be freed until garbage collection calls the EventHandlerList object's destructor. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
