Initializes a new instance of the CollectionChangeEventArgs<(Of <(<'T>)>)> class

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public CollectionChangeEventArgs(
	int index,
	T value
)
Public Sub New ( 
	index As Integer,
	value As T
)
public:
CollectionChangeEventArgs(
	int index, 
	T value
)
new : 
        index : int * 
        value : 'T -> CollectionChangeEventArgs

Parameters

index
Int32
value
T

See Also