Search Results for

    Show / Hide Table of Contents

    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

    See Also

    ZoomEvent
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX