asked on
private void CustomerDataTable_ColumnChanged(object sender, System.Data.DataColumnChangeEventArgs e)
{
if (object.ReferenceEquals(e.Column, this.LastNameColumn))
{
this.CheckLastName((CustomerRow)e.Row);
}
}
ASKER
ASKER
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
TRUSTED BY