Show / Hide Table of Contents

Class SectionCollectionChangedEventArgs

Inheritance
System.Object
System.EventArgs
CollectionChangedEventArgs<ISection>
SectionCollectionChangedEventArgs
Inherited Members
CollectionChangedEventArgs<ISection>.Items
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 SectionCollectionChangedEventArgs : CollectionChangedEventArgs<ISection>

Constructors

SectionCollectionChangedEventArgs(ISection)

Declaration
public SectionCollectionChangedEventArgs(ISection item)
Parameters
Type Name Description
ISection item

SectionCollectionChangedEventArgs(IEnumerable<ISection>)

Declaration
public SectionCollectionChangedEventArgs(IEnumerable<ISection> items)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ISection> items
Back to top Generated by DocFX