Intersoft ClientUI Documentation
OnSelectedValueChanged Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISMultipleSelectionControl Class : OnSelectedValueChanged Method






oldValue
The old value of the SelectedValue property.
newValue
The new value of the SelectedValue property.
Called when the value of the SelectedValue property changes.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnSelectedValueChanged( _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As ISMultipleSelectionControl
Dim oldValue As Object
Dim newValue As Object
 
instance.OnSelectedValueChanged(oldValue, newValue)
C# 
protected override void OnSelectedValueChanged( 
   object oldValue,
   object newValue
)
Delphi 
protected procedure OnSelectedValueChanged( 
    oldValue: TObject;
    newValue: TObject
); override; 
JScript 
protected override function OnSelectedValueChanged( 
   oldValue : Object,
   newValue : Object
);
Managed Extensions for C++ 
protected: void OnSelectedValueChanged( 
   Object* oldValue,
   Object* newValue
) override 
C++/CLI 
protected:
void OnSelectedValueChanged( 
   Object^ oldValue,
   Object^ newValue
) override 

Parameters

oldValue
The old value of the SelectedValue property.
newValue
The new value of the SelectedValue property.

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.