Intersoft ClientUI Documentation
OnSelectedIndexChanged Method (UXFlow)



The old value of the SelectedIndex property.
The new value of the SelectedIndex property.
Called when the value of the SelectedIndex property changes.
Syntax
Protected Overrides Sub OnSelectedIndexChanged( _
   ByVal oldIndex As Integer, _
   ByVal newIndex As Integer _
) 
Dim instance As UXFlow
Dim oldIndex As Integer
Dim newIndex As Integer
 
instance.OnSelectedIndexChanged(oldIndex, newIndex)
protected override void OnSelectedIndexChanged( 
   int oldIndex,
   int newIndex
)
protected:
void OnSelectedIndexChanged( 
   int oldIndex,
   int newIndex
) override 

Parameters

oldIndex
The old value of the SelectedIndex property.
newIndex
The new value of the SelectedIndex property.
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

UXFlow Class
UXFlow Members

Send Feedback