 | EventedListTOnItemChanged Method |
Namespace:
System.Collections.Generic
Assembly:
AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntaxprotected virtual void OnItemChanged(
int index,
T oldValue,
T newValue
)
Protected Overridable Sub OnItemChanged (
index As Integer,
oldValue As T,
newValue As T
)
protected:
virtual void OnItemChanged(
int index,
T oldValue,
T newValue
)
Request Example
View SourceParameters
- 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