SpreadsheetGear.Windows.Controls Namespace > SheetTabScrollButton Class : OnContentStringFormatChanged Method |
'Declaration
Protected Overridable Sub OnContentStringFormatChanged( _ ByVal oldContentStringFormat As System.String, _ ByVal newContentStringFormat As System.String _ )
'Usage
Dim instance As SheetTabScrollButton Dim oldContentStringFormat As System.String Dim newContentStringFormat As System.String instance.OnContentStringFormatChanged(oldContentStringFormat, newContentStringFormat)
protected virtual void OnContentStringFormatChanged( System.string oldContentStringFormat, System.string newContentStringFormat )
protected procedure OnContentStringFormatChanged( oldContentStringFormat: System.String; newContentStringFormat: System.String ); virtual;
protected function OnContentStringFormatChanged( oldContentStringFormat : System.String, newContentStringFormat : System.String );
protected: virtual void OnContentStringFormatChanged( System.string* oldContentStringFormat, System.string* newContentStringFormat )
protected: virtual void OnContentStringFormatChanged( System.String^ oldContentStringFormat, System.String^ newContentStringFormat )
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