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
intvalue
T
Properties
Index
public int Index { get; }
Property Value
Value
public T Value { get; }
Property Value
- T