ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
Represents the method that will handle the RowUpdating event of an AsaDataAdapter.
void AsaRowUpdatingEventHandler (
object sender,
AsaRowUpdatingEventArgs e
)
sender The source of the event.
e The AsaRowUpdatingEventArgs that contains the event data.