SpreadsheetGear 2017
OnContentStringFormatChanged Method (SheetTabScrollButton)






SpreadsheetGear.Windows.Controls Namespace > SheetTabScrollButton Class : OnContentStringFormatChanged Method
Syntax
'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
) 

Parameters

oldContentStringFormat
newContentStringFormat
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

SheetTabScrollButton Class
SheetTabScrollButton Members