5 references to EventType
System.Workflow.Activities (5)
ConstrainedGroup.cs (5)
488this.HandleEvent(sender as ActivityExecutionContext, new SubscriptionEventArg(e, EventType.StatusChange)); 507if (e.SubscriptionType != EventType.StatusChange) 693private EventType _subscriptionType; 700internal EventType SubscriptionType 710internal SubscriptionEventArg(EventArgs args, EventType subType)