BMXNET 4.0 Developer API

The argument to the ContextChanged method. This event has methods that allow you to detect which aspects of the context have changed and what the new context is.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ContextChangedArgs : EventArgs
Public Class ContextChangedArgs _
	Inherits EventArgs
public ref class ContextChangedArgs : public EventArgs

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ContextChangedArgs()()()
AfterContext
The current state of the context. This context object is that same instance used for the life of the LocalSession
Equals(Object) (Inherited from Object.)
Finalize()()() (Inherited from Object.)
GetHashCode()()() (Inherited from Object.)
GetType()()() (Inherited from Object.)
IsPatientChange
Answer if the patient had changed.
IsVisitChange
Answer if the visit had changed. When the patient changes and a visit had been selected, the visit will change to null.
MemberwiseClone()()() (Inherited from Object.)
ToString()()() (Inherited from Object.)

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    IndianHealthService.BMXNet.Model..::.ContextChangedArgs

See Also