BMXNET 4.0 Developer API

The DataTableFuture type exposes the following events.

Events

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
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.

See Also