BMXNET 4.0 Developer API

The LoginProcess provides feedback after every LoginAttempt, even if the login attempt was performer using the AttemptingLoginEvent. If a custom dialog box or action can take place and Handled set to True, the LoginProcess will not display the standard dialog. The LoginProcess is available so examine or modify.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public class LoginAttemptedEventArgs : CancelEventArgs
Public Class LoginAttemptedEventArgs _
	Inherits CancelEventArgs
public ref class LoginAttemptedEventArgs : public CancelEventArgs

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
LoginAttemptedEventArgs()()()
Cancel (Inherited from CancelEventArgs.)
Equals(Object) (Inherited from Object.)
Finalize()()() (Inherited from Object.)
GetHashCode()()() (Inherited from Object.)
GetType()()() (Inherited from Object.)
Handled
MemberwiseClone()()() (Inherited from Object.)
Process
ToString()()() (Inherited from Object.)
WasSuccessful

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    System.ComponentModel..::.CancelEventArgs
      IndianHealthService.BMXNet.WinForm..::.LoginAttemptedEventArgs

See Also