UnregisteredTypeEventArgsHandled Property

Simple Injector
Gets a value indicating whether the event represented by this instance has been handled. This property will return true when Register(FuncObject) has been called on this instance.

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