Called internally after adding found window to found windows list. By default just calls WindowAdded event.

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

Syntax

Visual Basic (Declaration)
Protected Overridable Sub OnAdded ( _
	args As SystemWindowEventArgs _
)
C#
protected virtual void OnAdded(
	SystemWindowEventArgs args
)
Visual C++
protected:
virtual void OnAdded(
	SystemWindowEventArgs^ args
)
JavaScript
function onAdded(args);

Parameters

args
Type: Greatis.Nostalgia..::.SystemWindowEventArgs
Event data.

See Also