dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlAuthenticationPrompEventArgs Class
Members

MySqlAuthenticationPrompEventArgs Class
Provides data for the MySqlConnection.AuthenticationPrompt event.
Syntax
'Declaration
 
Public Class MySqlAuthenticationPrompEventArgs 
   Inherits System.EventArgs
 
Remarks
The MySqlConnection.AuthenticationPrompt event occurs when performing keyboard-interactive authentication.
Inheritance Hierarchy

System.Object
   System.EventArgs
      Devart.Data.MySql.MySqlAuthenticationPrompEventArgs

See Also