Window::StateChanged Event

 

Occurs when the window's WindowState property changes.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
event EventHandler^ StateChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

.NET Framework
Available since 3.0
Return to top
Show: