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