3 references to SendingOutputEvent
System.Workflow.Activities (3)
WebServiceResponse.cs (3)
91
base.AddHandler(
SendingOutputEvent
, value);
95
base.RemoveHandler(
SendingOutputEvent
, value);
132
this.RaiseEvent(WebServiceOutputActivity.
SendingOutputEvent
, this, EventArgs.Empty);