Event raised when the [P:WindowState] property has changed.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
public event EventHandler<PropertyChangedEventArgs<C1WindowState>> WindowStateChanged |
| Visual Basic |
|---|
Public Event WindowStateChanged As EventHandler(Of PropertyChangedEventArgs(Of C1WindowState)) |