BMXNET 4.0 Developer API
The LoginProcess provides the AttemptingLoginEvent to allow changes in workflow with
this Cancelable event args class
Namespace:
IndianHealthService.BMXNet.WinFormAssembly: BMXWIN40 (in BMXWIN40.dll)
Syntax
| C# | Visual Basic | Visual C++ |
public class AttemptingLoginEventArgs : CancelEventArgs
Public Class AttemptingLoginEventArgs _ Inherits CancelEventArgs
public ref class AttemptingLoginEventArgs : public CancelEventArgs
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| AttemptingLoginEventArgs()()() | ||
| Cancel | (Inherited from CancelEventArgs.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | (Inherited from Object.) | |
| GetHashCode()()() | (Inherited from Object.) | |
| GetType()()() | (Inherited from Object.) | |
| Handled |
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.
| |
| HandledSucccessfully |
Set HandledSucccessfully is the Handled logging was successful.
| |
| MemberwiseClone()()() | (Inherited from Object.) | |
| Process |
The LoginProcess can be modified (e.g. ConnectionSpec) after the user has OK'd the dialog
but before the login attempt is made.
| |
| ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::.Object
System..::.EventArgs
System.ComponentModel..::.CancelEventArgs
IndianHealthService.BMXNet.WinForm..::.AttemptingLoginEventArgs
System..::.EventArgs
System.ComponentModel..::.CancelEventArgs
IndianHealthService.BMXNet.WinForm..::.AttemptingLoginEventArgs