Interface IDependencyInjectionListener
Use this interface to be notified when all dependencies have been injected into your service.
Namespace: Unity.AppUI.MVVM
Assembly: Unity.AppUI.MVVM.dll
Syntax
public interface IDependencyInjectionListener
Methods
OnDependenciesInjected()
Called when all dependencies have been injected into the service.
Declaration
void OnDependenciesInjected()