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