Hello everybody,
today I want to describe how you can add events to your graph dynamically with usage of AddHandler method.
Take a look on a code sample taken from Acumatica approval maps:
public class EPApprovalAutomation<SourceAssign, Approved, Rejected, Hold, S...