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

In This Topic
    MySqlAuthenticationPrompEventArgs Class
    In This Topic
    Provides data for the MySqlConnection.AuthenticationPrompt event.
    Syntax
    'Declaration
     
    Public Class MySqlAuthenticationPrompEventArgs 
       Inherits System.EventArgs
    public class MySqlAuthenticationPrompEventArgs : 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