Class CellValueChangedEventArgs
Inheritance
System.Object
CellValueChangedEventArgs
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class CellValueChangedEventArgs : EventArgs
Constructors
CellValueChangedEventArgs()
Declaration
public CellValueChangedEventArgs()
Properties
NewValue
Gets or sets the new value.
Declaration
public object NewValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The new value. |
OldValue
Gets or sets the old value.
Declaration
public object OldValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The old value. |
Range
Gets or sets the Range.
Declaration
public IRange Range { get; set; }
Property Value
Type | Description |
---|---|
IRange | The Range. |