2 references to StatusChange
System.Workflow.Activities (2)
ConstrainedGroup.cs (2)
488
this.HandleEvent(sender as ActivityExecutionContext, new SubscriptionEventArg(e, EventType.
StatusChange
));
507
if (e.SubscriptionType != EventType.
StatusChange
)