Intersoft ClientUI Documentation
OnMaximumChanged Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXSliderBarBase Class : OnMaximumChanged Method






oldMaximum
Specifies the old value of Maximum property.
newMaximum
Specifies the new value of Maximum property.
Provides handling when the value of Maximum property is changed.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnMaximumChanged( _
   ByVal oldMaximum As Double, _
   ByVal newMaximum As Double _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXSliderBarBase
Dim oldMaximum As Double
Dim newMaximum As Double
 
instance.OnMaximumChanged(oldMaximum, newMaximum)
C# 
protected override void OnMaximumChanged( 
   double oldMaximum,
   double newMaximum
)
Delphi 
protected procedure OnMaximumChanged( 
    oldMaximum: Double;
    newMaximum: Double
); override; 
JScript 
protected override function OnMaximumChanged( 
   oldMaximum : double,
   newMaximum : double
);
Managed Extensions for C++ 
protected: void OnMaximumChanged( 
   double oldMaximum,
   double newMaximum
) override 
C++/CLI 
protected:
void OnMaximumChanged( 
   double oldMaximum,
   double newMaximum
) override 

Parameters

oldMaximum
Specifies the old value of Maximum property.
newMaximum
Specifies the new value of Maximum property.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.