Click or drag to resize

XlsEventArgs Constructor (Object, Object, String, XlsEventArgs)

Main constructor.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsEventArgs(
	Object old,
	Object newValue,
	string objectName,
	XlsEventArgs next
)

Parameters

old
Type: System Object
Old property value.
newValue
Type: System Object
New property value.
objectName
Type: System String
Unique Identifier of object whose value changed.
next
Type: Spire.Xls.Core.Spreadsheet XlsEventArgs
Next property which must be changed.
See Also