Intersoft ClientUI Documentation
OnRatioVisibleChanged Method



Old value.
New value.
RatioVisibleProperty property changed handler.
Syntax
Protected Overridable Sub OnRatioVisibleChanged( _
   ByVal oldValue As Double, _
   ByVal newValue As Double _
) 
Dim instance As UXClipper
Dim oldValue As Double
Dim newValue As Double
 
instance.OnRatioVisibleChanged(oldValue, newValue)
protected virtual void OnRatioVisibleChanged( 
   double oldValue,
   double newValue
)
protected:
virtual void OnRatioVisibleChanged( 
   double oldValue,
   double newValue
) 

Parameters

oldValue
Old value.
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

UXClipper Class
UXClipper Members

Send Feedback