Class DefaultLineSizeChangedEventArgs
Inheritance
System.Object
DefaultLineSizeChangedEventArgs
Assembly: Syncfusion.GridCommon.WinUI.dll
public sealed class DefaultLineSizeChangedEventArgs : EventArgs
Constructors
Declaration
public DefaultLineSizeChangedEventArgs()
Declaration
public DefaultLineSizeChangedEventArgs(double oldValue, double newValue)
Parameters
Type |
Name |
Description |
System.Double |
oldValue |
|
System.Double |
newValue |
|
Properties
Declaration
public double NewValue { get; }
Property Value
Declaration
public double OldValue { get; }
Property Value