Upgrades Questions on upgrading to version 6.x.
Version 6.x > Upgrades > Replacements for UserInfo.TYPEINFO.OnAfterUpdate and TypeInfo.ObjectActionEventHandler View modes: 
User avatar
Certified Developer v7
Certified  Developer v7
cvandenbout-bizstream - 3/13/2013 8:43:40 AM
   
Replacements for UserInfo.TYPEINFO.OnAfterUpdate and TypeInfo.ObjectActionEventHandler
I'm upgrading from 5.5 R2 to 6.0 and I've come to the following custom code. I can't seem to find replacements for the following. How should I modify this line of code to work properly with 6.0? (Visual Studio is complaining about the red parts)

UserInfo.TYPEINFO.OnAfterUpdate += new TypeInfo.ObjectActionEventHandler(MyNamespace.User.CrmUser_OnAfterUpdate);


User avatar
Certified Developer 13
Certified Developer 13
kentico_josefd - 3/14/2013 8:48:12 AM
   
RE:Replacements for UserInfo.TYPEINFO.OnAfterUpdate and TypeInfo.ObjectActionEventHandler
Hello,

You can find this information in our articles about API changes between v5.5R2 and how to customize code in v6.0.

Regards,
Josef Dvorak