ProcessQueueTDisposed Event
Occurs when the class has been disposed.
Namespace: Gemstone.Threading.CollectionsAssembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.147 -- Release Build+71918e29738e2d0700de8aec0ad72324b16f1428
public event EventHandler Disposed
Public Event Disposed As EventHandler
public:
virtual event EventHandler^ Disposed {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
function add_Disposed(value);
function remove_Disposed(value);
EventHandlerDisposed