Summary
This event is fired before an object is deactivated.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Events - Containing Type
- IEventRegistry
- Event Type
- EventHandler
<Cancellable Object >Event Args
Syntax
event EventHandler<CancellableObjectEventArgs> Deactivating
Remarks
This event is fired before an object is deactivated.
The object can be obtained from
Db4objects.Db4o.Events.CancellableObjectEventArgs
event parameter. The action can be cancelled using
Db4objects.Db4o.Events.CancellableObjectEventArgs.Cancel
See Also
- Db4objects.Db4o.Events.CancellableObjectEventArgs
- Db4objects.Db4o.IObjectContainer.Deactivate(System.Object,System.Int32)