BMXNET 4.0 Developer API

This event is triggered every time the event timer is triggered, based on the EventPollingInterval. Remember that this event is not on the UI-thread unless InvokedControl is properly set.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
event EventHandler TimerEvent
Event TimerEvent As EventHandler
 event EventHandler^ TimerEvent {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

Remarks

Respond quickly to this event.

See Also