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