2 instantiations of SendActivityEventArgs
System.WorkflowServices (2)
System\Workflow\Activities\SendActivity.cs (2)
399
base.RaiseGenericEvent(SendActivity.BeforeSendEvent, this, new
SendActivityEventArgs
(this));
443
base.RaiseGenericEvent(SendActivity.AfterResponseEvent, this, new
SendActivityEventArgs
(this));
7 references to SendActivityEventArgs
System.WorkflowServices (7)
System\Workflow\Activities\SendActivity.cs (7)
37
typeof(EventHandler<
SendActivityEventArgs
>),
43
typeof(EventHandler<
SendActivityEventArgs
>),
97
public event EventHandler<
SendActivityEventArgs
> AfterResponse
114
public event EventHandler<
SendActivityEventArgs
> BeforeSend
396
EventHandler<
SendActivityEventArgs
>[] invocationList = this.GetInvocationList<EventHandler<
SendActivityEventArgs
>>(SendActivity.BeforeSendEvent);
440
invocationList = this.GetInvocationList<EventHandler<
SendActivityEventArgs
>>(SendActivity.AfterResponseEvent);