Hi, Parry
You can detect workflow changes by the following code when you load up a workflow or create a new one:
ModelService modelService = wd.Context.Services.GetService<ModelService>();
modelService.ModelChanged += (obj, arg) => {
Console.WriteLine("workflow changed");
};
wd is a instance of WorkflowDesiger.
Hope this helps
Regards
This posting is provided "AS IS" with no warranties, and confers no rights. Microsoft Online Community Support.
My Blog:http://xhinker.com
"Microsoft Windows Workflow Foundation 4.0 Cookbook"