AseRowUpdatingEventHandler delegate

Description

Represents the method that will handle the RowUpdating event of an AseDataAdapter.

Syntax

void AseRowUpdatingEventHandler ( object sender, AseRowUpdatingEventArgs e )

Parameters

sender: The source of the event.

e: The AseRowUpdatingEventArgs that contains the event data.