DataColumn.ValueChanged Property (Typed) | |
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
public virtual bool ValueChanged { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA 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