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






oldValue
newValue
Called when the value of the CurrentIndex property changes.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnCurrentIndexChanged( _
   ByVal oldValue As Integer, _
   ByVal newValue As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXDomainUpDown
Dim oldValue As Integer
Dim newValue As Integer
 
instance.OnCurrentIndexChanged(oldValue, newValue)
C# 
protected virtual void OnCurrentIndexChanged( 
   int oldValue,
   int newValue
)
Delphi 
protected procedure OnCurrentIndexChanged( 
    oldValue: Integer;
    newValue: Integer
); virtual; 
JScript 
protected function OnCurrentIndexChanged( 
   oldValue : int,
   newValue : int
);
Managed Extensions for C++ 
protected: virtual void OnCurrentIndexChanged( 
   int oldValue,
   int newValue
) 
C++/CLI 
protected:
virtual void OnCurrentIndexChanged( 
   int oldValue,
   int newValue
) 

Parameters

oldValue
newValue

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.