Show / Hide Table of Contents

Class CollectionChangedEventArgs<T>

Inheritance
System.Object
System.EventArgs
CollectionChangedEventArgs<T>
ActionPointCollectionChangedEventArgs
AssemblyCollectionChangedEventArgs
ControlPanelCollectionChangedEventArgs
LoadCollectionChangedEventArgs
MotorCollectionChangedEventArgs
SectionCollectionChangedEventArgs
Inherited Members
System.EventArgs.Empty
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: Experior.Interfaces.Collections
Assembly: Experior.Interfaces.dll
Syntax
public class CollectionChangedEventArgs<T> : EventArgs
Type Parameters
Name Description
T

Constructors

CollectionChangedEventArgs(T)

Declaration
public CollectionChangedEventArgs(T item)
Parameters
Type Name Description
T item

CollectionChangedEventArgs(IEnumerable<T>)

Declaration
public CollectionChangedEventArgs(IEnumerable<T> items)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<T> items

Fields

Items

Declaration
public readonly IReadOnlyCollection<T> Items
Field Value
Type Description
System.Collections.Generic.IReadOnlyCollection<T>
Back to top Generated by DocFX