Class MouseWheelZoomEventArgs
Provides data for the MouseWheelZoom event.
Inherited Members
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 |