Port Connected Handler 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ComVisibleAttribute(false)]
public delegate void PortConnectedHandler(
Object sender,
PortConnectedEventArgs args
)VB
<ComVisibleAttribute(false)>
Public Delegate Sub PortConnectedHandler (
sender As Object,
args As PortConnectedEventArgs
)Parameters
- sender Object
- args PortConnectedEventArgs