Cuminas DjVu SDK for .NET Framework
AuthenticationSucceeded Event



Syntax
Public Event AuthenticationSucceeded As EventHandler(Of CredentialEventArgs)
Dim instance As Document
Dim handler As EventHandler(Of CredentialEventArgs)
 
AddHandler instance.AuthenticationSucceeded, handler
public event EventHandler<CredentialEventArgs> AuthenticationSucceeded
public:
event EventHandler<CredentialEventArgs^>^ AuthenticationSucceeded
Event Data

The event handler receives an argument of type CredentialEventArgs containing data related to this event. The following CredentialEventArgs properties provide information specific to this event.

PropertyDescription
CancelAuthenticationDetermines whether to cancel the authentication or not.  
PasswordGets/Sets the password.  
TargetGets the target realm for the credential.  
UserIdGets/Sets user ID.  
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Document Class
Document Members

Send Feedback