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