Intersoft ClientUI Documentation
OnIndependentValuePropertyChanged(Object,Object) Method



The old value.
The new value.
Called when the IndependentValue property changes.
Syntax
Protected Overridable Sub OnIndependentValuePropertyChanged( _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
Dim instance As DataPoint
Dim oldValue As Object
Dim newValue As Object
 
instance.OnIndependentValuePropertyChanged(oldValue, newValue)
protected virtual void OnIndependentValuePropertyChanged( 
   object oldValue,
   object newValue
)
protected:
virtual void OnIndependentValuePropertyChanged( 
   Object^ oldValue,
   Object^ newValue
) 

Parameters

oldValue
The old value.
newValue
The new value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataPoint Class
DataPoint Members

Send Feedback