BMXNET 4.0 Developer API

Triggered before every login attempt. See AttemptingLoginEventArgs for details .

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public event EventHandler<AttemptingLoginEventArgs> AttemptingLogin
Public Event AttemptingLogin As EventHandler(Of AttemptingLoginEventArgs)
public:
 event EventHandler<AttemptingLoginEventArgs^>^ AttemptingLogin {
	void add (EventHandler<AttemptingLoginEventArgs^>^ value);
	void remove (EventHandler<AttemptingLoginEventArgs^>^ value);
}

See Also