Occurs when window is being moved or resized.

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

Syntax

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

See Also