A Collection of SettingsNode items. Tunnels events from the items to the Parent. Does not raises SettingsChanged on collection change.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.Pivot.Core.dll
Type Parameters:
T
A class that inherits the SettingsNode.
Syntax:
C#
public class SettingsNodeCollection<T> : Collection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable where T : SettingsNode
Inheritance: objectCollection<T>SettingsNodeCollection<T>
Implements:
Inherited Members
Constructors
Initializes a new instance of the SettingsNodeCollection<T> class.
C#
public SettingsNodeCollection(SettingsNode parent)
The parent SettingsNode.
Properties
Gets the parent SettingsNode.
C#
public SettingsNode Parent { get; }
Methods
C#
protected override void ClearItems()
Overrides:
Notifies the Parent SettingsNode for a change.
C#
protected void NotifyChange(SettingsChangedEventArgs settingsEventArgs)
The SettingsChangedEventArgs that contains the event data.