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

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.