Event raised when the [P:IsExpanded] property has changed.
Namespace:
C1.WPF.ExtendedAssembly: C1.WPF.Extended (in C1.WPF.Extended.dll)
Syntax
| C# |
|---|
public event EventHandler<PropertyChangedEventArgs<bool>> IsExpandedChanged |
| Visual Basic |
|---|
Public Event IsExpandedChanged As EventHandler(Of PropertyChangedEventArgs(Of Boolean)) |