|
|
От: | Аноним | |
| Дата: | 18.02.04 12:08 | ||
| Оценка: | |||
protected override void Paint(....., System.Windows.Forms.CurrencyManager
source,..... )
{
if (((DataRowView)source.Current).Row.RowState == DataRowState.Modified )
{
//Раскрашиваем
}
}