CADability dotNET
This GeoPointProperty..::..SetGeoPointDelegate event will be raised when the GeoPoint has been changed by the user (by entering some data with the keyboard or by other interactive means) and when event communication is set by the appropriate constructor (as opposed to communication via reflection)

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

Syntax

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

See Also