You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When it complies, everything works fine, but I was wondering if when the AssignMethod is found, it could wrap it with the MethodInterceptor functionalities?
In other words, I want to override the return value of IsDraggingEnabled but never loose the actual value of GetIsDraggingEnabled();
Is it something possible?
Thanks for your help.
Simon
The text was updated successfully, but these errors were encountered:
Hi all,
I could not find the information in the wiki so I'm asking here.
I created a small Property Attribute to intercept Properties :
When it complies, everything works fine, but I was wondering if when the AssignMethod is found, it could wrap it with the MethodInterceptor functionalities?
In other words, I want to override the return value of
IsDraggingEnabled
but never loose the actual value ofGetIsDraggingEnabled();
Is it something possible?
Thanks for your help.
Simon
The text was updated successfully, but these errors were encountered: