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