Intersoft ClientUI Documentation
OnSelectedValueChanged Method (UXMultipleSelectionComboBox)



The old value of the SelectedValue property.
The new value of the SelectedValue property.
Called when the value of the SelectedValue property changes.
Syntax
Protected Overrides Sub OnSelectedValueChanged( _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
Dim instance As UXMultipleSelectionComboBox
Dim oldValue As Object
Dim newValue As Object
 
instance.OnSelectedValueChanged(oldValue, newValue)
protected override void OnSelectedValueChanged( 
   object oldValue,
   object newValue
)
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 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

UXMultipleSelectionComboBox Class
UXMultipleSelectionComboBox Members

Send Feedback