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