BMXNET 4.0 Developer API

This event is triggered when an event named anEventType is published and the receiver has a subscription. 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<RemoteEventArgs> RpmsEvent
Event RpmsEvent As EventHandler(Of RemoteEventArgs)
 event EventHandler<RemoteEventArgs^>^ RpmsEvent {
	void add (EventHandler<RemoteEventArgs^>^ value);
	void remove (EventHandler<RemoteEventArgs^>^ value);
}

See Also