
Hi,
I need to create event handler or to use chain of commands to customize private method.
Is that possible to extend private method?
Thanks,
Vignesh T
*This post is locked for comments
I have the same question (0)Hi Vignesh Thirunavukkarasu ,
It is not possible to extend private method. You have to either create extensibility request and wait form MS to change code behind or rethink your design, maybe you can hook in a different place.