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