Delegate ZedGraphControl.PointEditHandler
A delegate that receives notification after a point-edit operation is completed.
Namespace: ZedGraph
Assembly: ZedGraph.WinForms.dll
Syntax
public delegate string PointEditHandler(ZedGraphControl sender, GraphPane pane, CurveItem curve, int iPt);
Parameters
| Type | Name | Description |
|---|---|---|
| ZedGraphControl | sender | The source ZedGraphControl object |
| GraphPane | pane | The GraphPane object that contains the point that has been edited |
| CurveItem | curve | The CurveItem object that contains the point that has been edited |
| Int32 | iPt | The integer index of the edited PointPair within the IPointList of the selected CurveItem |
Returns
| Type | Description |
|---|---|
| String |