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: