Skip to content
Auto
Products

ExportCollectionChangedEventArgs

Namespace: TagBites.ComponentModel.Composition
Assembly: TagBites.ComponentModel.Composition.dll
Product: TagBites.ComponentModel.Composition v. 1.2.1

public sealed class ExportCollectionChangedEventArgs : System.EventArgs

Inheritance: EventArgs → ExportCollectionChangedEventArgs

ExportCollectionChangedEventArgs(ICollection<Type>)

Section titled “ExportCollectionChangedEventArgs(ICollection<Type>)”
public ExportCollectionChangedEventArgs(ICollection<Type> changedContractsTypes)
public ICollection<Type> ChangedContractsTypes { get; }

ICollection<Type>