Delegate ChangeDelegate
Delegate method that is invoked when a GeoObject is about to change or did change.
Namespace: CADability.GeoObject
Assembly: CADability.dll
Syntax
public delegate void ChangeDelegate(IGeoObject Sender, GeoObjectChange Change);
Parameters
| Type | Name | Description |
|---|---|---|
| IGeoObject | Sender | The GeoObject |
| GeoObjectChange | Change | Type of change |