Intersoft ClientUI Documentation
OnSelectedValueChanged Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISHierarchicalSelectionControl 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 Overridable Sub OnSelectedValueChanged( _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As ISHierarchicalSelectionControl
Dim oldValue As Object
Dim newValue As Object
 
instance.OnSelectedValueChanged(oldValue, newValue)
C# 
protected virtual void OnSelectedValueChanged( 
   object oldValue,
   object newValue
)
Delphi 
protected procedure OnSelectedValueChanged( 
    oldValue: TObject;
    newValue: TObject
); virtual; 
JScript 
protected function OnSelectedValueChanged( 
   oldValue : Object,
   newValue : Object
);
Managed Extensions for C++ 
protected: virtual void OnSelectedValueChanged( 
   Object* oldValue,
   Object* newValue
) 
C++/CLI 
protected:
virtual void OnSelectedValueChanged( 
   Object^ oldValue,
   Object^ newValue
) 

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.