ConnectorEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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. |