Intersoft ClientUI Documentation
OnStringFormatPropertyChanged(String) Method



New value.
StringFormatProperty property changed handler.
Syntax
Protected Overridable Sub OnStringFormatPropertyChanged( _
   ByVal newValue As String _
) 
Dim instance As AxisLabel
Dim newValue As String
 
instance.OnStringFormatPropertyChanged(newValue)
protected virtual void OnStringFormatPropertyChanged( 
   string newValue
)
protected:
virtual void OnStringFormatPropertyChanged( 
   String^ newValue
) 

Parameters

newValue
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

AxisLabel Class
AxisLabel Members

Send Feedback