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

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

Syntax

C#
public event EventHandler<PropertyChangedEventArgs<C1WindowState>> WindowStateChanged
Visual Basic
Public Event WindowStateChanged As EventHandler(Of PropertyChangedEventArgs(Of C1WindowState))

See Also