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