Löst das CellMouseHover-Ereignis aus.
Tritt ein, wenn der Mauszeiger in den Bereich einer Zelle verlässt.

C# | Visual Basic | Visual C++ |
public event OnCellMouseLeave CellMouseLeave
Public Event CellMouseLeave As OnCellMouseLeave
public: event OnCellMouseLeave^ CellMouseLeave { void add (OnCellMouseLeave^ value); void remove (OnCellMouseLeave^ value); }

Dieses Ereignis wird immer dann ausgelöst, wenn der Mauszeiger eine Zelle verläßt.
Weitere Informationen und Beispiele finden Sie unter CellMouseEnter()().
Weitere Informationen und Beispiele finden Sie unter CellMouseEnter()().

CellMouseEnter()()
CellMouseHover()()
MouseLeave
CellMouseHover()()