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