Zed Graph ControlScroll Progress Handler Delegate
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
public delegate void ScrollProgressHandler(
ZedGraphControl sender,
ScrollBar scrollBar,
ZoomState oldState,
ZoomState newState
)VB
Public Delegate Sub ScrollProgressHandler (
sender As ZedGraphControl,
scrollBar As ScrollBar,
oldState As ZoomState,
newState As ZoomState
)Parameters
- sender ZedGraphControl
- scrollBar ScrollBar
- oldState ZoomState
- newState ZoomState