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
Property Value
Type: BooleanThe indication whether the event has been handled.
See Also