Click or drag to resize

XlsEventArgs Class

Class used as message sender on Property value change. Class provides old and new values which allow user to create advanced logic.
Inheritance Hierarchy
System Object
System EventArgs
Spire.Xls.Core.Spreadsheet XlsEventArgs

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public class XlsEventArgs : EventArgs

The XlsEventArgs type exposes the following members.

Constructors
Properties
Name Description
Public property Static member Empty
Returns the class instance with empty values. Read-only.
Public property Name
Name of the property. Read-only.
Public property newValue
New property value.Read-only.
Public property Next
If more than one property must be changed on one send message, attach it to the ValueChangeEventArgs to create a one way directed list of property changes.
Public property oldValue
Old property value. Read-only.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also