Summary
Argument for events related to cancellable actions.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Events - Implementing Types
graph BT
Type["ICancellableEventArgs"]
class Type type-node
Implementing0["CancellableObjectEventArgs"]-.->Type
click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Events/CancellableObjectEventArgs"
Syntax
public interface ICancellableEventArgs
Remarks
Argument for events related to cancellable actions.
Properties
Name | Value | Summary |
---|---|---|
IsCancelled | bool |
Queries if the action was already cancelled by some event listener.
|
Methods
Name | Value | Summary |
---|---|---|
Cancel |
void |
Cancels the action related to this event.
|
See Also
- Db4objects.Db4o.Events.IEventRegistry