Intersoft ClientUI Documentation
OnCurrentIndexChanged Method



Called when the value of the CurrentIndex property changes.
Syntax
Protected Overridable Sub OnCurrentIndexChanged( _
   ByVal oldValue As Integer, _
   ByVal newValue As Integer _
) 
Dim instance As UXDomainUpDown
Dim oldValue As Integer
Dim newValue As Integer
 
instance.OnCurrentIndexChanged(oldValue, newValue)
protected virtual void OnCurrentIndexChanged( 
   int oldValue,
   int newValue
)
protected:
virtual void OnCurrentIndexChanged( 
   int oldValue,
   int newValue
) 

Parameters

oldValue
newValue
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

UXDomainUpDown Class
UXDomainUpDown Members

Send Feedback