PortConnectedHandler Delegate

Represents the method that will handle connecting an object to a unit port.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComVisibleAttribute(false)]
public delegate void PortConnectedHandler(
	Object sender,
	PortConnectedEventArgs args
)

Parameters

sender  Object
 
args  PortConnectedEventArgs
 

See Also