Control.ValueChanged Property | |
A logical value representing whether the control's Value has been changed from its prior setting.
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 representing whether the control's Value has been changed from its prior setting.
Remarks
A logical value representing whether the control's Value has been changed from its prior setting. TRUE indicates that it has been changed from its prior setting, while FALSE indicates it has not. The Control:ValueChanged access is especially useful when the control is bound to a field in a server, since it is reset to FALSE each time you move to a new record. It is set to TRUE if you have changed from the original data value.
See Also