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.  |