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