CADability dotNET
Event which is raised when this object needs to know the current value of the angle

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

Syntax

C#
public event AngleProperty..::..GetAngleDelegate GetAngleEvent
Visual Basic
Public Event GetAngleEvent As AngleProperty..::..GetAngleDelegate
Visual C++
public:
 event AngleProperty..::..GetAngleDelegate^ GetAngleEvent {
	void add (AngleProperty..::..GetAngleDelegate^ value);
	void remove (AngleProperty..::..GetAngleDelegate^ value);
}

See Also