OnClear Method
Called when clearing the contents of the collection.
Syntax
Visual Basic Overrides Protected Sub
OnClear( )C# protected override void
OnClear( );Managed C++ protected: void
OnClear( );JScript protected override function
OnClear( );
Return Value
No return value.
Applies To
BaseChildNodeCollection
See Also