Files
APIVisualExecutor/docs/api/Nodify_Events_PendingConnectionEventHandler.md
Ankitkumar Satapara 21aaef6776 Add project files.
2026-04-17 22:31:58 +05:30

1.1 KiB

PendingConnectionEventHandler Delegate

Namespace: Nodify.Events

Assembly: Nodify

Inheritance: ObjectDelegateMulticastDelegatePendingConnectionEventHandler

References: Connector, PendingConnection, PendingConnectionEventArgs

Represents the method that will handle PendingConnection related routed events.

public delegate void PendingConnectionEventHandler(object sender, PendingConnectionEventArgs e);  

Parameters

sender Object: The object where the event handler is attached.

e PendingConnectionEventArgs: The event data.