DataColumn.ValueChanged Property | |
A logical value indicating whether the data column value has been changed to a "valid" value, since it was last set.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ValueChanged AS USUAL GET SET
public virtual Usual ValueChanged { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA logical value indicating whether the data column value has been changed to a "valid" value, since it was last set.
Remarks
A logical value indicating whether the data column value has been changed to a "valid" value, since it was last set. TRUE indicates that it has been changed to a valid value; FALSE indicates that it has not.
See Also