2 writes to args
System.Workflow.ComponentModel (2)
AuthoringOM\ActivityExecutorDelegateInfo.cs (2)
277
this.
args
= e;
284
this.
args
= e;
4 references to args
System.Workflow.ComponentModel (4)
AuthoringOM\ActivityExecutorDelegateInfo.cs (4)
303
ActivityExecutionStatusChangedEventArgs activityStatusChangeEventArgs = this.
args
as ActivityExecutionStatusChangedEventArgs;
332
this.delegateValue(activityExecutionContext, this.
args
);
334
this.eventListener.OnEvent(activityExecutionContext, this.
args
);
356
return "SubscriptionEvent(" + "(" + this.ContextId.ToString(CultureInfo.CurrentCulture) + ")" + this.activityQualifiedName + ", " + this.
args
.ToString() + ")";