Click or drag to resize

DataColumn.ValueChanged Property (Typed)

X#
A logical value indicating whether the data column value has been changed to a "valid" value, since it was last set.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY ValueChanged AS LOGIC GET SET 
Request Example View Source

Property Value

Type: Logic
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