Hi!
I am trying to use Saved event of BusinessBase, why do not make Serializable SavedEventArgs class?
I catch an exception when use Saved event. It required my Form must Serializable.
Hello phucphlq,
I don't have an answer, but I'm curious. SavedEventArgs is new is 2.1. I was just perusing the code to see how it worked.
Can you post the code you're using to attach to the event? I mean, wiring up the event handler and the signature of the method that handles it?
I want to try to duplicate. I'm not really sure yet, but it looks like SavedEventArgs is either serializable or not serializable depending on who is using it. Check out the code in the Saved event of BusinessBase.
Regards,
Mike
Copyright (c) Marimer LLC