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