 | EventedListTOnItemDeleted Method |
Namespace:
System.Collections.Generic
Assembly:
AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntaxprotected virtual void OnItemDeleted(
int index,
T value
)
Protected Overridable Sub OnItemDeleted (
index As Integer,
value As T
)
protected:
virtual void OnItemDeleted(
int index,
T value
)
Request Example
View SourceParameters
- index
- Type: SystemInt32
The index of the deleted item. - value
- Type: T
The value of the deleted item.
See Also