ConnectorEventHandler Delegate

Definition

Represents the method that will handle the ConnectorAdded, ConnectorRemoved, and ConnectorChanged events of a FreeformActivityDesigner.

public delegate void ConnectorEventHandler(System::Object ^ sender, ConnectorEventArgs ^ e);
public delegate void ConnectorEventHandler(object sender, ConnectorEventArgs e);
type ConnectorEventHandler = delegate of obj * ConnectorEventArgs -> unit
Public Delegate Sub ConnectorEventHandler(sender As Object, e As ConnectorEventArgs)

Parameters

sender
Object

The source of the event.

e
ConnectorEventArgs

A ConnectorEventArgs that contains the event data.

Remarks

Note

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

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to