Occurs when the movement or resizing of a window has finished.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Event MoveSizeEnd As WindowEventHandler
C#
public event WindowEventHandler MoveSizeEnd
Visual C++
public:
 event WindowEventHandler^ MoveSizeEnd {
	void add (WindowEventHandler^ value);
	void remove (WindowEventHandler^ value);
}
JavaScript
function add_moveSizeEnd(value);
function remove_moveSizeEnd(value);

See Also