DjVu Namespace > Document Class : AuthenticationSucceeded Event |
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
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.
Property | Description |
---|---|
CancelAuthentication | Determines whether to cancel the authentication or not. |
Password | Gets/Sets the password. |
Target | Gets the target realm for the credential. |
UserId | Gets/Sets user ID. |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family