[To be supplied.]
[Visual Basic] Overridable Protected Sub OnSet( _ ByVal index As Integer, _ ByVal oldValue As Object, _ ByVal newValue As Object _ ) [C#] protected virtual void OnSet( int index, object oldValue, object newValue ); [C++] protected: virtual void OnSet( int index, Object* oldValue, Object* newValue ); [JScript] protected function OnSet( index : int, oldValue : Object, newValue : Object );
TypedCollectionBase Class | TypedCollectionBase Members | System.Collections.Bases Namespace