Occurs when mouse is captured.

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

Syntax

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

See Also