BMXNET 4.0 Developer API

The receiver of the event can perform the login differently or not allow the login. If Handled is set the True the LoginProcess assumes the login was attempted.

Namespace:  IndianHealthService.BMXNet.WinForm
Assembly:  BMXWIN40 (in BMXWIN40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Handled { get; set; }
Public Property Handled As Boolean
public:
property bool Handled {
	bool get ();
	void set (bool value);
}

See Also