Delegate ZedGraphControl.ScrollProgressHandler
A delegate that allows notification of scroll events.
Namespace: ZedGraph
Assembly: ZedGraph.WinForms.dll
Syntax
public delegate void ScrollProgressHandler(ZedGraphControl sender, ScrollBar scrollBar, ZoomState oldState, ZoomState newState);
Parameters
Type | Name | Description |
---|---|---|
ZedGraphControl | sender | The source ZedGraphControl object |
ScrollBar | scrollBar | The source ScrollBar object |
ZoomState | oldState | A ZoomState object that corresponds to the state of the GraphPane before the scroll event. |
ZoomState | newState | A ZoomState object that corresponds to the state of the GraphPane after the scroll event |