ComposablePartCatalogChangeEventArgs Constructor (IEnumerable<ComposablePartDefinition^>^, IEnumerable<ComposablePartDefinition^>^, AtomicComposition^)

 

Initializes a new instance of the ComposablePartCatalogChangeEventArgs class with the specified changes.

Namespace:   System.ComponentModel.Composition.Hosting
Assembly:  System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)

public:
ComposablePartCatalogChangeEventArgs(
	IEnumerable<ComposablePartDefinition^>^ addedDefinitions,
	IEnumerable<ComposablePartDefinition^>^ removedDefinitions,
	AtomicComposition^ atomicComposition
)

Parameters

addedDefinitions
Type: System.Collections.Generic::IEnumerable<ComposablePartDefinition^>^

The part definitions that were added to the catalog.

removedDefinitions
Type: System.Collections.Generic::IEnumerable<ComposablePartDefinition^>^

The part definitions that were removed from the catalog.

atomicComposition
Type: System.ComponentModel.Composition.Hosting::AtomicComposition^

The composition transaction to use, or null to disable transactional composition.

.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Return to top
Show: