Click or drag to resize

TypedCollectionEventArgsT Constructor

Initialize a new instance of the TypedCollectionEventArgs class.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public TypedCollectionEventArgs(
	T item,
	int index
)

Parameters

item
Type: T
Item effected by event.
index
Type: SystemInt32
Index of page in the owning collection.
See Also