Intersoft ClientUI Documentation
OnIsControlMouseOverPropertyChanged Method (UXComboBoxItem)



The old value of the IsControlMouseOver property.
The new value of the IsControlMouseOver property.
Called when the value of the IsControlMouseOver property changes.
Syntax
Protected Overrides Sub OnIsControlMouseOverPropertyChanged( _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
Dim instance As UXComboBoxItem
Dim oldValue As Object
Dim newValue As Object
 
instance.OnIsControlMouseOverPropertyChanged(oldValue, newValue)
protected override void OnIsControlMouseOverPropertyChanged( 
   object oldValue,
   object newValue
)
protected:
void OnIsControlMouseOverPropertyChanged( 
   Object^ oldValue,
   Object^ newValue
) override 

Parameters

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

UXComboBoxItem Class
UXComboBoxItem Members

Send Feedback