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.

ExportsChangeEventArgs Constructor (IEnumerable<ExportDefinition^>^, IEnumerable<ExportDefinition^>^, AtomicComposition^)

 

Initializes a new instance of the ExportsChangeEventArgs class.

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

public:
ExportsChangeEventArgs(
	IEnumerable<ExportDefinition^>^ addedExports,
	IEnumerable<ExportDefinition^>^ removedExports,
	AtomicComposition^ atomicComposition
)

Parameters

addedExports
Type: System.Collections.Generic::IEnumerable<ExportDefinition^>^

The events that were added.

removedExports
Type: System.Collections.Generic::IEnumerable<ExportDefinition^>^

The events that were removed.

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

The composition transaction that contains the change.

.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