Class TableDefinitionCollection
Represents a collection of table definitions.
Inherited Members
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public class TableDefinitionCollection : RadObservableCollection<TableDefinition>, ISuspendNotifications, INotifyCollectionStateProvider
Constructors
TableDefinitionCollection()
Initializes a new instance of the TableDefinitionCollection class.
Declaration
public TableDefinitionCollection()
TableDefinitionCollection(TableDefinition)
Initializes a new instance of the TableDefinitionCollection class.
Declaration
public TableDefinitionCollection(TableDefinition owner)
Parameters
TableDefinition
owner
The owner of the definitions in the collection. |
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
|
Overrides
Telerik.Windows.Data.RadObservableCollection<Telerik.Windows.Data.TableDefinition>.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)