Delegate GeoVectorProperty.SelectionChangedDelegate
Delegate definition for the SelectionChangedEvent
Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
public delegate void SelectionChangedDelegate(GeoVectorProperty sender, bool isSelected);
Parameters
| Type | Name | Description |
|---|---|---|
| GeoVectorProperty | sender | this object |
| System.Boolean | isSelected | true if now selected, false otherwise |