Show / Hide Table of Contents

Class ActionCollection

Represents a collection of IActions.

Inheritance
System.Object
DependencyObject
DependencyObjectCollection
ActionCollection
Implements
IObservableVector<DependencyObject>
System.Collections.Generic.IList<DependencyObject>
System.Collections.Generic.ICollection<DependencyObject>
System.Collections.Generic.IEnumerable<DependencyObject>
System.Collections.IEnumerable
Inherited Members
DependencyObjectCollection.Item[Int32]
DependencyObjectCollection.Count
DependencyObjectCollection.IsReadOnly
DependencyObjectCollection.VectorChanged
DependencyObjectCollection.IndexOf(DependencyObject)
DependencyObjectCollection.Insert(Int32, DependencyObject)
DependencyObjectCollection.RemoveAt(Int32)
DependencyObjectCollection.Add(DependencyObject)
DependencyObjectCollection.Clear()
DependencyObjectCollection.Contains(DependencyObject)
DependencyObjectCollection.CopyTo(DependencyObject[], Int32)
DependencyObjectCollection.Remove(DependencyObject)
DependencyObjectCollection.GetEnumerator()
DependencyObjectCollection.IEnumerable.GetEnumerator()
DependencyObject.DependencyObjectType
DependencyObject.IsSealed
DependencyObject.Equals(Object)
DependencyObject.GetHashCode()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.GetValue(DependencyProperty)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.GetLocalValueEnumerator()
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.OnPropertyChanged(DependencyProperty)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.SetBinding(DependencyProperty, Binding)
DependencyObject.SetResourceReference(DependencyProperty, Object)
Namespace: EmptyKeys.UserInterface.Interactivity
Assembly: EmptyKeys.UserInterface.dll
Syntax
public sealed class ActionCollection : DependencyObjectCollection, IObservableVector<DependencyObject>, IList<DependencyObject>, ICollection<DependencyObject>, IEnumerable<DependencyObject>, IEnumerable

Constructors

ActionCollection()

Initializes a new instance of the ActionCollection class.

Declaration
public ActionCollection()

Implements

IObservableVector<T>
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Back to top Generated by DocFX