Summary
Argument for object related events which can be cancelled.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Events - Interfaces
- Base Types
graph BT
Type-->Base0["ObjectInfoEventArgs"]
click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Events/ObjectInfoEventArgs"
Base0-->Base1["ObjectEventArgs"]
click Base1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Events/ObjectEventArgs"
Base1-->Base2["TransactionalEventArgs"]
click Base2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Events/TransactionalEventArgs"
Base2-->Base3["EventArgs"]
Type-.->Interface0["ICancellableEventArgs"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Events/ICancellableEventArgs"
Type["CancellableObjectEventArgs"]
class Type type-node
Syntax
public class CancellableObjectEventArgs : ObjectInfoEventArgs, ICancellableEventArgs
Remarks
Argument for object related events which can be cancelled.
Constructors
| Name | Summary |
|---|---|
| Cancellable |
Creates a new instance for the specified object. |
Properties
| Name | Value | Summary |
|---|---|---|
| Info | IObjectInfo | |
| IsCancelled | bool | |
| Object | Object |
Methods
| Name | Value | Summary |
|---|---|---|
| Cancel |
void | |
| ObjectContainer |
IObjectContainer |
Inherited from Transactional
|
| Transaction |
Object |
Inherited from Transactional
|
See Also
- Db4objects.Db4o.Events.IEventRegistry
- Db4objects.Db4o.Events.ICancellableEventArgs