Infragistics(R) NetAdvantage(R) : Silverlight 2011.2
HasValueChanged Property
See Also  E-mail your feedback on this topic.
Infragistics.Controls.Editors Namespace > ValueInput Class : HasValueChanged Property

Determines if the content has changed while in edit mode (read-only).

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property HasValueChanged As Boolean
C# 
public bool HasValueChanged {get;}

Remarks

Note that this property is reset to False when the editor leaves edit mode. It's meant to be valid while the editor is in edit mode. When not in edit mode, this property will return False.

See Also