Occurs when mouse capture was released.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Event CaptureEnd As WindowEventHandler |
| C# |
|---|
public event WindowEventHandler CaptureEnd |
| Visual C++ |
|---|
public: event WindowEventHandler^ CaptureEnd { void add (WindowEventHandler^ value); void remove (WindowEventHandler^ value); } |
| JavaScript |
|---|
function add_captureEnd(value); function remove_captureEnd(value); |