Handles the insertion of a point.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.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); } |