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^)
.NET Framework (current version)
Initializes a new instance of the ComposablePartCatalogChangeEventArgs class with the specified changes.
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
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Show: