ClassTableDefinitionCollection
Class
Represents a collection of table definitions.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
cs-api-definition
public class TableDefinitionCollection : RadObservableCollection<TableDefinition>, IList<TableDefinition>, ICollection<TableDefinition>, IList, ICollection, IReadOnlyList<TableDefinition>, IReadOnlyCollection<TableDefinition>, IEnumerable<TableDefinition>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ISuspendNotifications
Inheritance: objectCollection<TableDefinition>ObservableCollection<TableDefinition>RadObservableCollection<TableDefinition>TableDefinitionCollection
Implements:
Inherited Members
Constructors
TableDefinitionCollection()
Initializes a new instance of the TableDefinitionCollection class.
Declaration
cs-api-definition
public TableDefinitionCollection()
TableDefinitionCollection(TableDefinition)
Initializes a new instance of the TableDefinitionCollection class.
Declaration
cs-api-definition
public TableDefinitionCollection(TableDefinition owner)
Parameters
owner
The owner of the definitions in the collection.
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
cs-api-definition
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
e
Overrides
Remarks
Raises the CollectionChanged event when notifications are not suspended.