PartConventionBuilder<T>::NotifyImportsSatisfied Method (Expression<Action<T>^>^)
.NET Framework (current version)
Selects a method to be called when composition is complete.
Assembly: System.Composition.Convention (in System.Composition.Convention.dll)
public:
PartConventionBuilder<T>^ NotifyImportsSatisfied(
Expression<Action<T>^>^ methodSelector
)
Parameters
- methodSelector
-
Type:
System.Linq.Expressions::Expression<Action<T>^>^
An action that selects the method to call.
Return Value
Type: System.Composition.Convention::PartConventionBuilder<T>^An object that can be used to further configure the part.
Show: