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

Namespace:  C1.WPF.DateTimeEditors
Assembly:  C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)
XMLNS for XAML: http://schemas.componentone.com/wpf/DateTimeEditors

Syntax

C#
public event EventHandler<PropertyChangedEventArgs<bool>> IsMouseOverChanged
Visual Basic (Declaration)
Public Event IsMouseOverChanged As EventHandler(Of PropertyChangedEventArgs(Of Boolean))
XAML Attribute Usage
<object IsMouseOverChanged="EventHandler<PropertyChangedEventArgs<bool>>" .../>

See Also