RunTimeLogDisposed Event
Raised after the run-time log has been properly disposed.
Namespace: Gemstone.IOAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
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);
EventHandlerISupportLifecycleDisposed