Event raised when the [P:IsMouseOver] property has changed.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public event EventHandler<PropertyChangedEventArgs<bool>> IsMouseOverChanged
Visual Basic
Public Event IsMouseOverChanged As EventHandler(Of PropertyChangedEventArgs(Of Boolean))

See Also