AttachableCollection Generic Class

Represents a collection of IAttachedObject with a shared AssociatedObject and provides change notifications to its contents when that AssociatedObject changes.

Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Syntax

'Declaration
Public MustInherit Class AttachableCollection(Of T As DependencyObject, IAttachedObject)
    Inherits FreezableCollection(Of T)
    Implements IAttachedObject
'Usage
Dim instance As AttachableCollection(Of T)
public abstract class AttachableCollection<T> : FreezableCollection<T>, IAttachedObject where T : DependencyObject, IAttachedObject
generic<typename T> where T : DependencyObject, IAttachedObject
public ref class AttachableCollection abstract : public FreezableCollection<T>, IAttachedObject

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
     System.Windows.DependencyObject
       System.Windows.Freezable
         System.Windows.Media.Animation.Animatable
           System.Windows.FreezableCollection
            System.Windows.Interactivity.AttachableCollection
               System.Windows.Interactivity.BehaviorCollection
               System.Windows.Interactivity.TriggerActionCollection
               System.Windows.Interactivity.TriggerCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AttachableCollection Members
System.Windows.Interactivity Namespace