Initializes a new instance of the XlsEventArgs class
Namespace: Spire.Xls.Core.SpreadsheetAssembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public XlsEventArgs( Object old, Object newValue, string objectName, XlsEventArgs next )
Public Sub New ( old As Object, newValue As Object, objectName As String, next As XlsEventArgs )
public: XlsEventArgs( Object^ old, Object^ newValue, String^ objectName, XlsEventArgs^ next )
new : old : Object * newValue : Object * objectName : string * next : XlsEventArgs -> XlsEventArgs