WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ViewScrollVirtualBoundsEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ViewScrollVirtualBoundsEventArgs

    Encapsulates arguments for the Scroll Virtual Bounds change event of a view.

    Inheritance
    System.Object
    System.EventArgs
    ViewScrollVirtualBoundsEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class ViewScrollVirtualBoundsEventArgs : EventArgs
    Remarks

    View

    Constructors

    ViewScrollVirtualBoundsEventArgs(RectangleF, RectangleF)

    Initializes a new instance of the ViewScrollVirtualBoundsEventArgs class.

    Declaration
    public ViewScrollVirtualBoundsEventArgs(RectangleF rcOldBounds, RectangleF rcNewBounds)
    Parameters
    Type Name Description
    System.Drawing.RectangleF rcOldBounds

    The old bounds.

    System.Drawing.RectangleF rcNewBounds

    The new bounds.

    Properties

    NewBounds

    Gets scroll Bounds value after the event occurred.

    Declaration
    public RectangleF NewBounds { get; }
    Property Value
    Type Description
    System.Drawing.RectangleF

    OldBounds

    Gets scroll Bounds value before the event occurred.

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