I've been recently trying to use https://github.com/ybainier/Hypodermic for dependency injection on C++. Yet, I am unable to find if it supports the OnActivating event from AutoFac:
builder.RegisterInstance(instance).OnActivating(MyLambdaHere)
Is there any way on Hypodermic to mimic this functionality?