[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Cancels the action related to this event.
Namespace: Db4objects.Db4o.Events
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Sub Cancel |
| C# |
|---|
void Cancel () |
| Visual C++ |
|---|
void Cancel () |
Remarks
Cancels the action related to this event.
Although the related action will be cancelled all the registered
listeners will still receive the event.