WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IScrollEventReceiver

    Show / Hide Table of Contents

    Interface IScrollEventReceiver

    Interface implemented by tools that want to receive scroll events.

    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Windows.dll
    Syntax
    public interface IScrollEventReceiver
    Remarks

    Tool

    Methods

    HorizontalScroll(ScrollEventArgs)

    Called when a horizontal scroll event occurs.

    Declaration
    void HorizontalScroll(ScrollEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.ScrollEventArgs e

    Scroll event arguments.

    VerticalScroll(ScrollEventArgs)

    Called when a vertical scroll event occurs.

    Declaration
    void VerticalScroll(ScrollEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.ScrollEventArgs e

    Scroll event arguments.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved