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

992 B

ConnectionEventHandler Delegate

Namespace: Nodify.Events

Assembly: Nodify

Inheritance: ObjectDelegateMulticastDelegateConnectionEventHandler

References: BaseConnection, ConnectionEventArgs

Represents the method that will handle BaseConnection related routed events.

public delegate void ConnectionEventHandler(object sender, ConnectionEventArgs e);  

Parameters

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

e ConnectionEventArgs: The event data.