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