CADability dotNET
This GeoPointProperty..::..ModifiedByActionDelegate event will be raised when the GeoPoint was modified by some Action. ( The SetGeoPointEvent will also be raised or the property will be set)

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

Syntax

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

See Also