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

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

Syntax

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

See Also