CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
This GeoPointProperty..::..SelectionChangedDelegate event will be raised when this GeoPointProperty
gets selected (the user clicks on the label or forwards the focus by pressing the tab key) or unselected.
Namespace: CADability.UserInterfaceAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public event GeoPointProperty..::..SelectionChangedDelegate SelectionChangedEvent |
| Visual Basic |
|---|
Public Event SelectionChangedEvent As GeoPointProperty..::..SelectionChangedDelegate |
| Visual C++ |
|---|
public: event GeoPointProperty..::..SelectionChangedDelegate^ SelectionChangedEvent { void add (GeoPointProperty..::..SelectionChangedDelegate^ value); void remove (GeoPointProperty..::..SelectionChangedDelegate^ value); } |