Intersoft ClientUI Documentation
OnSpinnerStyleChanged Method (UXUpDownBase<T>)



The old value.
The new value.
Called when SpinnerStyle property value has changed.
Syntax
Protected Overridable Sub OnSpinnerStyleChanged( _
   ByVal oldValue As Style, _
   ByVal newValue As Style _
) 
Dim instance As UXUpDownBase(Of T)
Dim oldValue As Style
Dim newValue As Style
 
instance.OnSpinnerStyleChanged(oldValue, newValue)
protected virtual void OnSpinnerStyleChanged( 
   Style oldValue,
   Style newValue
)
protected:
virtual void OnSpinnerStyleChanged( 
   Style^ oldValue,
   Style^ newValue
) 

Parameters

oldValue
The old value.
newValue
The 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

UXUpDownBase<T> Class
UXUpDownBase<T> Members

Send Feedback