CancellableObjectEventArgs Class

Summary

Argument for object related events which can be cancelled.
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
CancellableObjectEventArgs(Transaction, IObjectInfo, Object) 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 TransactionalEventArgs
Transaction() Object
Inherited from TransactionalEventArgs

See Also

  • Db4objects.Db4o.Events.IEventRegistry
  • Db4objects.Db4o.Events.ICancellableEventArgs