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

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

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

See Also