VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.Utils Namespace / UIElementMasterCollection<T> Class
Constructors Properties Methods Events SeeAlso
In This Topic
    UIElementMasterCollection<T> Class Members
    In This Topic
    The following tables list the members exposed by UIElementMasterCollection<T>.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the UIElementMasterCollection<T> class.
    Public Properties
    Protected Properties
     NameDescription
    Protected PropertyGets the inner list. (Inherited from MasterCollection<T>)
    Protected Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Protected PropertyGets a list of slave collections. (Inherited from MasterCollection<T>)
    Public Methods
     NameDescription
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodAdds a range of elements to this collection. (Inherited from MasterCollection<T>)
    Public MethodAdds a slave collection and synchronizes the slave collection with master collection. (Inherited from MasterCollection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodRemoves a collection from a list of slave collections. (Inherited from MasterCollection<T>)
    Public MethodReturns elements of collection as array. (Inherited from MasterCollection<T>)
    Protected Methods
     NameDescription
    Protected MethodRemoves all elements from the master and slave collections. (Inherited from MasterCollection<T>)
    Protected MethodInserts an element into the collection at the specified index. (Inherited from MasterCollection<T>)
    Protected MethodRaises the Changed event. (Inherited from MasterCollection<T>)
    Protected MethodRaises the Changing event. (Inherited from MasterCollection<T>)
    Protected MethodRemoves the element at the specified index of the collection. (Inherited from MasterCollection<T>)
    Protected MethodReplaces the element at the specified index.
    Public Events
     NameDescription
    Public EventOccurs when collection is changed. (Inherited from MasterCollection<T>)
    Public EventOccurs when collection is changing. (Inherited from MasterCollection<T>)
    See Also