Click or drag to resize
Wizard .NET Library

EventedListTOnItemChanged Method

Raises the ItemChanged event.

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

Parameters

index
Type: SystemInt32
The index of the changed item.
oldValue
Type: T
The previous value of the changed item.
newValue
Type: T
The new value of the changed item.
See Also