BaseChildNodeCollection Class
This class represents a collection of BaseChildNode objects.
Syntax
Visual Basic MustInherit Public Class BaseChildNodeCollection Inherits CollectionBase Implements ICloneable, IStateManager C# public abstract class BaseChildNodeCollection : CollectionBase, ICloneable, IStateManager Managed C++ public: __gc __abstract class BaseChildNodeCollection : public CollectionBase, ICloneable, IStateManager JScript public abstract class BaseChildNodeCollection extends CollectionBase, ICloneable, IStateManager
Inheritance Hierarchy
Members Table
The following table lists the members exposed by the BaseChildNodeCollection object.
Property Description IStateManager.IsTrackingViewState Retrieves a value indicating whether the server control is tracking its view state changes.
Method Description Clone Creates a new object that is a copy of the current instance. IStateManager.LoadViewState Loads the collection's previously saved view state. IStateManager.SaveViewState Saves changes to the collection's view state to an object. IStateManager.TrackViewState Instructs the collection to track changes to its view state. OnClear Called when clearing the contents of the collection. OnInsert Called when adding a node to the collection. OnRemove Called when a node is removed from the collection. OnSet Called when a node's properties are being set.
Class Information
Namespace Microsoft.Web.UI.WebControls Assembly Microsoft.Web.UI.WebControls.dll
See Also