Occurs when numerous selection changes have occurred within a container object.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Event ObjectSelectionWithin As ObjectEventHandler |
C# |
---|
public event ObjectEventHandler ObjectSelectionWithin |
Visual C++ |
---|
public: event ObjectEventHandler^ ObjectSelectionWithin { void add (ObjectEventHandler^ value); void remove (ObjectEventHandler^ value); } |
JavaScript |
---|
function add_objectSelectionWithin(value); function remove_objectSelectionWithin(value); |