Contents Index TableMapping property AsaRowUpdatingEventHandler delegate

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference

AsaRowUpdatedEventHandler delegate


Description 

Represents the method that will handle the RowUpdated event of an AsaDataAdapter.

Syntax 

void AsaRowUpdatedEventHandler (
object sender,
AsaRowUpdatedEventArgs e
)

Parameters 

sender    The source of the event.

e    The AsaRowUpdatedEventArgs that contains the event data.


Contents Index TableMapping property AsaRowUpdatingEventHandler delegate