ExportsChangeEventArgs Constructor (IEnumerable<ExportDefinition^>^, IEnumerable<ExportDefinition^>^, AtomicComposition^)
.NET Framework (current version)
Initializes a new instance of the ExportsChangeEventArgs class.
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
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Show: