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