[Visual Basic]
Overrides Protected Sub OnInsert( _
ByVal key As Object, _
ByVal value As Object _
)
[C#]
protected override void OnInsert(
Object key,
Object value
);
[JScript]
protected override function OnInsert(
key : Object,
value : Object
);
Parameters
- key
- value
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
CategoryCollection Class
| CategoryCollection Members
Copyright © 2005 by Structured Solutions. All rights reserved.