ConnectorEventHandler Delegate

 
Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public delegate void ConnectorEventHandler(
	Object^ sender,
	ConnectorEventArgs^ e
)

Parameters

sender
Type: System::Object^

The source of the event.

e
Type: System.Workflow.ComponentModel.Design::ConnectorEventArgs^

A ConnectorEventArgs that contains the event data.

System_CAPS_noteNote

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

.NET Framework
Available since 3.0
Return to top
Show: