ComposablePartCatalogChangeEventArgs Constructor
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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)
Syntax
'Declaration
Public Sub New ( _
addedDefinitions As IEnumerable(Of ComposablePartDefinition), _
removedDefinitions As IEnumerable(Of ComposablePartDefinition), _
atomicComposition As AtomicComposition _
)
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 nulla null reference (Nothing in Visual Basic) to disable transactional composition.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.