Occurs when selection within a container object has changed.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Event ObjectSelection As ObjectEventHandler |
C# |
---|
public event ObjectEventHandler ObjectSelection |
Visual C++ |
---|
public: event ObjectEventHandler^ ObjectSelection { void add (ObjectEventHandler^ value); void remove (ObjectEventHandler^ value); } |
JavaScript |
---|
function add_objectSelection(value); function remove_objectSelection(value); |