PortDisconnectedHandler Delegate

Represents the method that will handle disconnecting an object from 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 PortDisconnectedHandler(
	Object sender,
	PortDisconnectedEventArgs args
)

Parameters

sender  Object
 
args  PortDisconnectedEventArgs
 

See Also