Occurs when item within a container object has been removed from the selection.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Event ObjectSelectionRemove As ObjectEventHandler |
C# |
---|
public event ObjectEventHandler ObjectSelectionRemove |
Visual C++ |
---|
public: event ObjectEventHandler^ ObjectSelectionRemove { void add (ObjectEventHandler^ value); void remove (ObjectEventHandler^ value); } |
JavaScript |
---|
function add_objectSelectionRemove(value); function remove_objectSelectionRemove(value); |