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