Intersoft ClientUI Documentation
OnIsControlMouseOverPropertyChanged Method (ISHeaderedSelectionItemControl)



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 Overridable Sub OnIsControlMouseOverPropertyChanged( _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
Dim instance As ISHeaderedSelectionItemControl
Dim oldValue As Object
Dim newValue As Object
 
instance.OnIsControlMouseOverPropertyChanged(oldValue, newValue)
protected virtual void OnIsControlMouseOverPropertyChanged( 
   object oldValue,
   object newValue
)
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 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

ISHeaderedSelectionItemControl Class
ISHeaderedSelectionItemControl Members

Send Feedback