WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BeginAutoScrollEventArgs - WindowsForms API Reference | Syncfusion event. ">

    Show / Hide Table of Contents

    Class BeginAutoScrollEventArgs

    Provides data for the event.

    Inheritance
    System.Object
    BeginAutoScrollEventArgs
    Namespace: Syncfusion.WinForms.Controls.Events
    Assembly: Syncfusion.Core.WinForms.dll
    Syntax
    [ComVisible(false)]
    public sealed class BeginAutoScrollEventArgs : CancelEventArgs

    Constructors

    BeginAutoScrollEventArgs(AutoScrollReason, AutoScrollOrientation)

    Initializes a new instance of the BeginAutoScrollEventArgs class.

    Declaration
    public BeginAutoScrollEventArgs(AutoScrollReason reason, AutoScrollOrientation direction)
    Parameters
    Type Name Description
    AutoScrollReason reason

    The reason for scrolling.

    AutoScrollOrientation direction

    The direction of the auto scrolling.

    Properties

    Direction

    Gets the scrollbars that need to be perform the auto scroll.

    Declaration
    public AutoScrollOrientation Direction { get; }
    Property Value
    Type Description
    AutoScrollOrientation

    Reason

    Gets the reason for performing the auto scrolling, either scrollbar acceleration or mouse dragging outside window bounds.

    Declaration
    public AutoScrollReason Reason { get; }
    Property Value
    Type Description
    AutoScrollReason
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved