
| Visual Basic (Declaration) | |
|---|---|
Public Class LoginEventArgs Inherits IdeaBlade.EntityModel.AsyncEventArgs(Of IAuthenticationContext) Implements INotifyCompletedArgs | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LoginEventArgs | |
| C# | |
|---|---|
public class LoginEventArgs : IdeaBlade.EntityModel.AsyncEventArgs<IAuthenticationContext>, INotifyCompletedArgs | |
| C++/CLI | |
|---|---|
public ref class LoginEventArgs : public IdeaBlade.EntityModel.AsyncEventArgs<IAuthenticationContext>, INotifyCompletedArgs | |
The Completed handler will be called with an instance of LoginEventArgs representing the status of the login operation.
System.Object
System.EventArgs
IdeaBlade.EntityModel.AsyncEventArgs
IdeaBlade.EntityModel.AsyncEventArgs<T>
IdeaBlade.EntityModel.LoginEventArgs
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family