Table of Contents

Class CollectionChangeEventArgs<T>

Namespace
Spire.Xls.Core.Spreadsheet.Collections
Assembly
Spire.XLS.dll
public class CollectionChangeEventArgs<T> : EventArgs

Type Parameters

T
Inheritance
CollectionChangeEventArgs<T>
Inherited Members

Constructors

CollectionChangeEventArgs(int, T)

public CollectionChangeEventArgs(int index, T value)

Parameters

index int
value T

Properties

Index

public int Index { get; }

Property Value

int

Value

public T Value { get; }

Property Value

T