Click or drag to resize

IRegistrationBuilder<TLimit, TActivatorData, TRegistrationStyle>.OnPreparing Method

Overload List
  NameDescription
Public methodOnPreparing(Action<PreparingEventArgs>)
Add a handler for the Preparing event. This event allows manipulating of the parameters that will be provided to the component.
Public methodOnPreparing(Func<PreparingEventArgs, ValueTask>)
Add an async handler for the Preparing event. This event allows manipulating of the parameters that will be provided to the component.
Top
See Also