BMXNET 4.0 Developer API

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.

Namespace:  IndianHealthService.BMXNet.Ado
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public event EventHandler<DataTableFutureEventArgs> Returned
Public Event Returned As EventHandler(Of DataTableFutureEventArgs)
public:
 event EventHandler<DataTableFutureEventArgs^>^ Returned {
	void add (EventHandler<DataTableFutureEventArgs^>^ value);
	void remove (EventHandler<DataTableFutureEventArgs^>^ value);
}

See Also