Intersoft ClientUI Documentation
OnActualIndependentValuePropertyChanged(Object,Object) Method



The value to be replaced.
The new value.
Called when the ActualIndependentValue property changes.
Syntax
Protected Overridable Sub OnActualIndependentValuePropertyChanged( _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
Dim instance As DataPoint
Dim oldValue As Object
Dim newValue As Object
 
instance.OnActualIndependentValuePropertyChanged(oldValue, newValue)
protected virtual void OnActualIndependentValuePropertyChanged( 
   object oldValue,
   object newValue
)
protected:
virtual void OnActualIndependentValuePropertyChanged( 
   Object^ oldValue,
   Object^ newValue
) 

Parameters

oldValue
The value to be replaced.
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