Event raised when the [P:IsMouseOver] property has changed.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
C# |
---|
public event EventHandler<PropertyChangedEventArgs<bool>> IsMouseOverChanged |
Visual Basic |
---|
Public Event IsMouseOverChanged As EventHandler(Of PropertyChangedEventArgs(Of Boolean)) |
XAML Attribute Usage |
---|
<object IsMouseOverChanged="EventHandler<PropertyChangedEventArgs<bool>>" .../> |