SpreadsheetGear 2017
OnMinimumChanged Method (Spinner)






SpreadsheetGear.Windows.Controls Namespace > Spinner Class : OnMinimumChanged Method
Syntax
'Declaration
 
Protected Overridable Sub OnMinimumChanged( _
   ByVal oldMinimum As System.Double, _
   ByVal newMinimum As System.Double _
) 
'Usage
 
Dim instance As Spinner
Dim oldMinimum As System.Double
Dim newMinimum As System.Double
 
instance.OnMinimumChanged(oldMinimum, newMinimum)
protected virtual void OnMinimumChanged( 
   System.double oldMinimum,
   System.double newMinimum
)
protected procedure OnMinimumChanged( 
    oldMinimum: System.Double;
    newMinimum: System.Double
); virtual; 
protected function OnMinimumChanged( 
   oldMinimum : System.double,
   newMinimum : System.double
);
protected: virtual void OnMinimumChanged( 
   System.double oldMinimum,
   System.double newMinimum
) 
protected:
virtual void OnMinimumChanged( 
   System.double oldMinimum,
   System.double newMinimum
) 

Parameters

oldMinimum
newMinimum
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

Spinner Class
Spinner Members