PredicateContextHandled Property

Simple Injector
Gets a value indicating whether a previous Register registration has already been applied for the given ServiceType.

Namespace:  SimpleInjector
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public bool Handled { get; }

Property Value

Type: Boolean
The indication whether the event has been handled.
See Also

Reference