Click or drag to resize

DataColumn.ValueChanged Property

X#
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 
Request Example View Source

Property Value

Type: Usual
A 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