Handles the insertion of a point.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public event PointInsertionEventHandler PointInsertionHandler
Visual Basic (Declaration)
Public Event PointInsertionHandler As PointInsertionEventHandler
Visual C++
public:
 event PointInsertionEventHandler^ PointInsertionHandler {
	void add (PointInsertionEventHandler^ value);
	void remove (PointInsertionEventHandler^ value);
}

See Also