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






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

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnIsControlMouseOverPropertyChanged( _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXComboBoxItem
Dim oldValue As Object
Dim newValue As Object
 
instance.OnIsControlMouseOverPropertyChanged(oldValue, newValue)
C# 
protected override void OnIsControlMouseOverPropertyChanged( 
   object oldValue,
   object newValue
)
Delphi 
protected procedure OnIsControlMouseOverPropertyChanged( 
    oldValue: TObject;
    newValue: TObject
); override; 
JScript 
protected override function OnIsControlMouseOverPropertyChanged( 
   oldValue : Object,
   newValue : Object
);
Managed Extensions for C++ 
protected: void OnIsControlMouseOverPropertyChanged( 
   Object* oldValue,
   Object* newValue
) override 
C++/CLI 
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 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.