Class RoutedEventBehaviorCollection
A collection of the RoutedEventBehavior objects. Used by the StyleSheet system.
Inheritance
System.Object
System.Collections.Generic.List<RoutedEventBehavior>
RoutedEventBehaviorCollection
Inherited Members
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.Add(Telerik.WinControls.RoutedEventBehavior)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.AddRange(System.Collections.Generic.IEnumerable<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.AsReadOnly()
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.BinarySearch(System.Int32, System.Int32, Telerik.WinControls.RoutedEventBehavior, System.Collections.Generic.IComparer<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.BinarySearch(Telerik.WinControls.RoutedEventBehavior)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.BinarySearch(Telerik.WinControls.RoutedEventBehavior, System.Collections.Generic.IComparer<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.Clear()
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.Contains(Telerik.WinControls.RoutedEventBehavior)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.ConvertAll<TOutput>(System.Converter<Telerik.WinControls.RoutedEventBehavior, TOutput>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.CopyTo(Telerik.WinControls.RoutedEventBehavior[])
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.CopyTo(System.Int32, Telerik.WinControls.RoutedEventBehavior[], System.Int32, System.Int32)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.CopyTo(Telerik.WinControls.RoutedEventBehavior[], System.Int32)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.Exists(System.Predicate<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.Find(System.Predicate<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.FindAll(System.Predicate<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.FindIndex(System.Predicate<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.FindIndex(System.Int32, System.Predicate<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.FindIndex(System.Int32, System.Int32, System.Predicate<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.FindLast(System.Predicate<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.FindLastIndex(System.Predicate<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.FindLastIndex(System.Int32, System.Predicate<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.ForEach(System.Action<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.GetEnumerator()
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.System.Collections.Generic.IEnumerable<Telerik.WinControls.RoutedEventBehavior>.GetEnumerator()
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.IndexOf(Telerik.WinControls.RoutedEventBehavior)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.IndexOf(Telerik.WinControls.RoutedEventBehavior, System.Int32)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.IndexOf(Telerik.WinControls.RoutedEventBehavior, System.Int32, System.Int32)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.Insert(System.Int32, Telerik.WinControls.RoutedEventBehavior)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.LastIndexOf(Telerik.WinControls.RoutedEventBehavior)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.LastIndexOf(Telerik.WinControls.RoutedEventBehavior, System.Int32)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.LastIndexOf(Telerik.WinControls.RoutedEventBehavior, System.Int32, System.Int32)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.Remove(Telerik.WinControls.RoutedEventBehavior)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.RemoveAll(System.Predicate<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.RemoveAt(System.Int32)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.Reverse()
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.Sort()
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.Sort(System.Collections.Generic.IComparer<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.Sort(System.Comparison<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.ToArray()
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.TrimExcess()
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.TrueForAll(System.Predicate<Telerik.WinControls.RoutedEventBehavior>)
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.Capacity
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.Count
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.System.Collections.Generic.ICollection<Telerik.WinControls.RoutedEventBehavior>.IsReadOnly
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.Item[System.Int32]
System.Collections.Generic.List<Telerik.WinControls.RoutedEventBehavior>.System.Collections.IList.Item[System.Int32]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class RoutedEventBehaviorCollection : List<RoutedEventBehavior>, IList<RoutedEventBehavior>, ICollection<RoutedEventBehavior>, IList, ICollection, IReadOnlyList<RoutedEventBehavior>, IReadOnlyCollection<RoutedEventBehavior>, IEnumerable<RoutedEventBehavior>, IEnumerable
Constructors
RoutedEventBehaviorCollection()
Declaration
public RoutedEventBehaviorCollection()