Zed Graph ControlZoom Event 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 ZoomEventHandler(
ZedGraphControl sender,
ZoomState oldState,
ZoomState newState
)VB
Public Delegate Sub ZoomEventHandler (
sender As ZedGraphControl,
oldState As ZoomState,
newState As ZoomState
)Parameters
- sender ZedGraphControl
- oldState ZoomState
- newState ZoomState