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