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