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