Intersoft ClientUI Documentation
OnTitleChanged Method (DataPointSingleSeriesWithAxes)



Old value of the Title property.
New value of the Title property.
Called when the Title property changes.
Syntax
Protected Overrides Sub OnTitleChanged( _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
Dim instance As DataPointSingleSeriesWithAxes
Dim oldValue As Object
Dim newValue As Object
 
instance.OnTitleChanged(oldValue, newValue)
protected override void OnTitleChanged( 
   object oldValue,
   object newValue
)
protected:
void OnTitleChanged( 
   Object^ oldValue,
   Object^ newValue
) override 

Parameters

oldValue
Old value of the Title property.
newValue
New value of the Title property.
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

DataPointSingleSeriesWithAxes Class
DataPointSingleSeriesWithAxes Members

Send Feedback