HotItemChanged Event
Description
Occurs when a new item becomes "hot".
Syntax
Public Event HotItemChanged()
Remarks
The HotItemChanged event occurs when a new item becomes "hot". This happens as the mouse pointer is moved from item to item.
The "hot" item is the item that is currently under the mouse pointer. If keyboard navigation is used, then HotItem will be the currently focused item.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.