CADability dotNET

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

Syntax

C#
public static event Point..::..ConstructedDelegate Constructed
Visual Basic
Public Shared Event Constructed As Point..::..ConstructedDelegate
Visual C++
public:
static  event Point..::..ConstructedDelegate^ Constructed {
	void add (Point..::..ConstructedDelegate^ value);
	void remove (Point..::..ConstructedDelegate^ value);
}

See Also