Event raised when the [!:IsMouseOver] property has changed.
Namespace:
C1.WPF.DateTimeEditorsAssembly: C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)
Syntax
C# |
---|
public event EventHandler<PropertyChangedEventArgs<bool>> IsMouseOverChanged |
Visual Basic (Declaration) |
---|
Public Event IsMouseOverChanged As EventHandler(Of PropertyChangedEventArgs(Of Boolean)) |