Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft