CADability dotNET
This event will be fired before multiple objects are beeing added. There is no sense in modifying the provided array of objects. There will be an additional call to AddingGeoObjectEvent and GeoObjectAddedEvent for each objects (where you can prevent the object beeing added) and a final call to GeoObjectsAddedEvent.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public event Model..::..AddingGeoObjects AddingGeoObjectsEvent
Visual Basic
Public Event AddingGeoObjectsEvent As Model..::..AddingGeoObjects
Visual C++
public:
 event Model..::..AddingGeoObjects^ AddingGeoObjectsEvent {
	void add (Model..::..AddingGeoObjects^ value);
	void remove (Model..::..AddingGeoObjects^ value);
}

See Also