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