BMXNET 4.0 Developer API

Set InvokedControl to a form or control of your WinForm application or EHR/VueCentric component that will live the lifetime of your RemoteSession. The RemoteEventServices will Invoke() on the InvokedControl to ensure all events are triggered on the UI thread.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
Control InvokedControl { get; set; }
Property InvokedControl As Control
property Control^ InvokedControl {
	Control^ get ();
	void set (Control^ value);
}

See Also