Event raised when the [P:IsActive] 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>> IsActiveChanged |
| Visual Basic |
|---|
Public Event IsActiveChanged As EventHandler(Of PropertyChangedEventArgs(Of Boolean)) |
| XAML Attribute Usage |
|---|
<object IsActiveChanged="EventHandler<PropertyChangedEventArgs<bool>>" .../> |