CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
This event will be fired before an object is added to this model. The event handler can prevent the object beeing added to the model
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public event Model..::..AddingGeoObject AddingGeoObjectEvent |
| Visual Basic |
|---|
Public Event AddingGeoObjectEvent As Model..::..AddingGeoObject |
| Visual C++ |
|---|
public: event Model..::..AddingGeoObject^ AddingGeoObjectEvent { void add (Model..::..AddingGeoObject^ value); void remove (Model..::..AddingGeoObject^ value); } |