Intersoft ClientUI Documentation
OnIsSelectedChanged Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXCollection Namespace > UXComboBoxItem Class : OnIsSelectedChanged Method






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

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnIsSelectedChanged( _
   ByVal oldValue As Boolean, _
   ByVal newValue As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXComboBoxItem
Dim oldValue As Boolean
Dim newValue As Boolean
 
instance.OnIsSelectedChanged(oldValue, newValue)
C# 
protected override void OnIsSelectedChanged( 
   bool oldValue,
   bool newValue
)
Delphi 
protected procedure OnIsSelectedChanged( 
    oldValue: Boolean;
    newValue: Boolean
); override; 
JScript 
protected override function OnIsSelectedChanged( 
   oldValue : boolean,
   newValue : boolean
);
Managed Extensions for C++ 
protected: void OnIsSelectedChanged( 
   bool oldValue,
   bool newValue
) override 
C++/CLI 
protected:
void OnIsSelectedChanged( 
   bool oldValue,
   bool newValue
) override 

Parameters

oldValue
The old value of the IsSelected property.
newValue
The new value of the IsSelected 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.