menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MouseWheelZoomEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MouseWheelZoomEventArgs

    Provides data for the MouseWheelZoom event.

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

    Constructors

    MouseWheelZoomEventArgs(Int32)

    Initializes a MouseWheelZoomEventArgs with a given delta.

    Declaration
    public MouseWheelZoomEventArgs(int delta)
    Parameters
    Type Name Description
    System.Int32 delta

    The number of rows or columns to scroll.

    Properties

    Delta

    Returns the number of rows or columns to scroll.

    Declaration
    [TraceProperty(true)]
    public int Delta { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved