Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Dynamics AX 2012 开发的新手,正在使用 C# dll 来处理“繁重的工作”。
我基本上了解如何委托或触发 C# void方法以及使用xppPrePostArgs对象传递给它的参数。
但是,我找不到任何关于如何再次将值传回的讨论或示例(通过返回值或设置 args 对象的setReturnValue 方法)。
XppPrePostArgs参数用于事件处理程序。
XppPrePostArgs
如何在方法前事件处理程序中修改参数值。
如何在 Post-Method 事件处理程序中修改返回值。