'Declaration Public Delegate Sub MySqlAuthenticationPromptHandler( _ ByVal sender As Object, _ ByVal e As MySqlAuthenticationPrompEventArgs _ )
public delegate void MySqlAuthenticationPromptHandler( object sender, MySqlAuthenticationPrompEventArgs e )
Parameters
- sender
- The source of the event.
- e
- The MySqlAuthenticationPrompEventArgs object that contains the event data.