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