Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DefaultLineSizeChangedEventArgs

    Show / Hide Table of Contents

    Class DefaultLineSizeChangedEventArgs

    Provides data for the DefaultLineSizeChanged event.

    Inheritance
    System.Object
    DefaultLineSizeChangedEventArgs
    Namespace: Syncfusion.GridCommon.ScrollAxis
    Assembly: Syncfusion.GridCommon.Portable.dll
    Syntax
    public sealed class DefaultLineSizeChangedEventArgs : EventArgs

    Constructors

    DefaultLineSizeChangedEventArgs()

    Initializes a new instance of the DefaultLineSizeChangedEventArgs class.

    Declaration
    public DefaultLineSizeChangedEventArgs()

    DefaultLineSizeChangedEventArgs(Double, Double)

    Initializes a new instance of the DefaultLineSizeChangedEventArgs class.

    Declaration
    public DefaultLineSizeChangedEventArgs(double oldValue, double newValue)
    Parameters
    Type Name Description
    System.Double oldValue

    The old line size.

    System.Double newValue

    The new line size.

    Properties

    NewValue

    Gets the new line size.

    Declaration
    public double NewValue { get; }
    Property Value
    Type Description
    System.Double

    The new line size.

    OldValue

    Gets the old line size.

    Declaration
    public double OldValue { get; }
    Property Value
    Type Description
    System.Double

    The old line size.

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