//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // // [....] // [....] // [....] //------------------------------------------------------------------------------ namespace System.Data { using System; public delegate void DataRowChangeEventHandler(object sender, DataRowChangeEventArgs e); }