Occurs when child within a container object has been added to an existing selection.

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

Syntax

Visual Basic (Declaration)
Public Event ObjectSelectionAdd As ObjectEventHandler
C#
public event ObjectEventHandler ObjectSelectionAdd
Visual C++
public:
 event ObjectEventHandler^ ObjectSelectionAdd {
	void add (ObjectEventHandler^ value);
	void remove (ObjectEventHandler^ value);
}
JavaScript
function add_objectSelectionAdd(value);
function remove_objectSelectionAdd(value);

See Also