Windsor OnCreated for all components
Posted
by jeffn825
on Stack Overflow
See other posts from Stack Overflow
or by jeffn825
Published on 2010-06-02T21:27:41Z
Indexed on
2010/06/02
23:14 UTC
Read the original article
Hit count: 181
castle-windsor
|interceptor
Hi,
How would I go about globally intercepting the creation/resolution of all instances by my container? I know I can do this individually with OnCreated on a per-component basis, but I want to do this globally for all objects resolved by the container.
Thanks.
© Stack Overflow or respective owner