//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // // amirhmy // markash //------------------------------------------------------------------------------ namespace System.Data { using System; public delegate void DataTableNewRowEventHandler(object sender, DataTableNewRowEventArgs e); }