| Constable Authorization Engine 2.0 BETA |
|
ChangeableCollectionBase.OnSet Method
[This is preliminary documentation and subject to change.]
Calls the OnSet method implementation of the associated Updater object.
[Visual Basic]
Overrides Protected Sub OnSet( _
ByVal
index As
Integer, _
ByVal
oldValue As
Object, _
ByVal
newValue As
Object _
)
Parameters
-
index
- The index of the item which is being replaced.
-
oldValue
- The item being replaced by the value of the newValue argument.
-
newValue
- The new value of the item.
Remarks
For more information, see the System.Collections.CollectionBase.OnSet help topic.
See Also
ChangeableCollectionBase Class | LaMarvin.ComponentModel Namespace