BMXNET 4.0 Developer API
The DataTableFuture type exposes the following events.
Events
| Member | Description | |
|---|---|---|
| Aborted | ||
| Returned |
Triggered with the async returns, see DataTableFutureEventArgs to know if there
is a result waiting. It's very common to hook the Returned event after each Async call and
then unhook it when the Returned or Aborted calls return.
|