Table of Contents

Class TriggerActionCollection

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll

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

public class TriggerActionCollection : AttachableCollection<TriggerAction>, IAnimatable, IList<TriggerAction>, ICollection<TriggerAction>, IEnumerable<TriggerAction>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IAttachedObject
Inheritance
TriggerActionCollection
Implements
Inherited Members
Extension Methods

Methods

CreateInstanceCore()

Creates a new instance of the TriggerActionCollection.

protected override Freezable CreateInstanceCore()

Returns

Freezable

The new instance.

OnAttached()

Called immediately after the collection is attached to an AssociatedObject.

protected override void OnAttached()

OnDetaching()

Called when the collection is being detached from its AssociatedObject, but before it has actually occurred.

protected override void OnDetaching()