CADability dotNET
Provide a method here if you need to be notified about when the selection of the points in the subtree changed

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public event GeoPointProperty..::..SelectionChangedDelegate GeoPointSelectionChangedEvent
Visual Basic
Public Event GeoPointSelectionChangedEvent As GeoPointProperty..::..SelectionChangedDelegate
Visual C++
public:
 event GeoPointProperty..::..SelectionChangedDelegate^ GeoPointSelectionChangedEvent {
	void add (GeoPointProperty..::..SelectionChangedDelegate^ value);
	void remove (GeoPointProperty..::..SelectionChangedDelegate^ value);
}

See Also