Click or drag to resize
Wizard .NET Library

EventedListTOnItemAdded Method

Raises the ItemAdded event.

Namespace:  System.Collections.Generic
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
protected virtual void OnItemAdded(
	int index,
	T value
)
Request Example View Source

Parameters

index
Type: SystemInt32
The index of the added item.
value
Type: T
The value of the added item.
See Also