3 references to ProposedValue
System.Data (3)
fx\src\data\System\Data\DataRow.cs (2)
301
object proposed = ((null != e) ? e.
ProposedValue
: value);
443
object proposed = (null != e) ? e.
ProposedValue
: value[i];
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
1430
object oVal = args.
ProposedValue
;