RibbonObservableCollectionT Class

Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionT
    System.Collections.ObjectModelObservableCollectionT
      Bricscad.WindowsRibbonObservableCollectionT
        Bricscad.WindowsRibbonItemCollection
        Bricscad.WindowsRibbonPanelCollection
        Bricscad.WindowsRibbonPanelSourceCollection
        Bricscad.WindowsRibbonTabCollection

Namespace: Bricscad.Windows
Assembly: BrxMgd (in BrxMgd.dll) Version: 26.1.4.0
Syntax
public class RibbonObservableCollection<T> : ObservableCollection<T>

Type Parameters

T

The RibbonObservableCollectionT type exposes the following members.

Constructors
  Name Description
Public method RibbonObservableCollectionT Initializes a new instance of the RibbonObservableCollectionT class
Top
Properties
  Name Description
Public property Count
(Inherited from CollectionT)
Public property Item
(Inherited from CollectionT)
Protected property Items
(Inherited from CollectionT)
Top
Methods
  Name Description
Public method Add
(Inherited from CollectionT)
Protected method BlockReentrancy
(Inherited from ObservableCollectionT)
Protected method CheckReentrancy
(Inherited from ObservableCollectionT)
Public method Clear
(Inherited from CollectionT)
Protected method ClearItems
(Inherited from ObservableCollectionT)
Public method Contains
(Inherited from CollectionT)
Public method CopyFrom  
Public method CopyTo
(Inherited from CollectionT)
Public method Equals
(Inherited from Object)
Protected method Finalize
(Inherited from Object)
Public method GetEnumerator
(Inherited from CollectionT)
Public method GetHashCode
(Inherited from Object)
Public method GetType
(Inherited from Object)
Public method IndexOf
(Inherited from CollectionT)
Public method Insert
(Inherited from CollectionT)
Protected method InsertItem
(Inherited from ObservableCollectionT)
Protected method MemberwiseClone
(Inherited from Object)
Public method Move
(Inherited from ObservableCollectionT)
Protected method MoveItem
(Inherited from ObservableCollectionT)
Protected method OnCollectionChanged
(Inherited from ObservableCollectionT)
Protected method OnPropertyChanged
(Inherited from ObservableCollectionT)
Public method Remove
(Inherited from CollectionT)
Public method RemoveAt
(Inherited from CollectionT)
Protected method RemoveItem
(Inherited from ObservableCollectionT)
Protected method SetItem
(Inherited from ObservableCollectionT)
Public method ToString
(Inherited from Object)
Top
Events
  Name Description
Public event CollectionChanged
(Inherited from ObservableCollectionT)
Protected event PropertyChanged
(Inherited from ObservableCollectionT)
Top
See Also

©  Bricsys NV. All rights reserved.