Delegate ConstructAction.GeoObjectInput.GeoObjectSelectionChangedDelegate
Delegate definition for
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate void GeoObjectSelectionChangedDelegate(ConstructAction.GeoObjectInput sender, IGeoObject SelectedGeoObject);
Parameters
| Type | Name | Description |
|---|---|---|
| ConstructAction.GeoObjectInput | sender | this object |
| IGeoObject | SelectedGeoObject | the user selected GeoObject |