//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // // amirhmy // markash // jasonzhu //------------------------------------------------------------------------------ namespace System.Data { using System; // Represents the method that will handle the the event. public delegate void DataColumnChangeEventHandler(object sender, DataColumnChangeEventArgs e); }