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