Click or drag to resize
Wizard .NET Library

EventedListTOnItemDeleted Method

Raises the ItemDeleted event.

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

Parameters

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