BMXNET 4.0 Developer API
Subscribe to the local event named anEventName.
Namespace:
IndianHealthService.BMXNetAssembly: BMXNET40 (in BMXNET40.dll)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- anEventName
- String
The name of the event. This name should be shared and wellknown between many components.
Remarks
To receive published events, handle the ApplicationEvent. If you explicity subscript
to the "REFRESH" event then both RefreshRequested and ApplicationEvent will be triggers.