BMXNET 4.0 Developer API
The Context type exposes the following events.
Events
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | ||||
---|---|---|---|---|---|
Changed |
The most important aspect of the Context interface is the Changed event that allows
the receiver of the event know when the user is changing patient and visit. Applications
need to change the data displayed to represent the currnet Patient and optional visit. The
Changed event occurs after there is confirmation that the change has not been vetoed or the
veto has been overridden. See Changing event.
| ||||
Changing |
When the current patient or visit is being changed by the user, every subscriber to the
Changing method has the option to "Veto" the event by Cancelling it:
|