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