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

963 B

ConnectorEventHandler Delegate

Namespace: Nodify.Events

Assembly: Nodify

Inheritance: ObjectDelegateMulticastDelegateConnectorEventHandler

References: Connector, ConnectorEventArgs

Represents the method that will handle Connector related routed events.

public delegate void ConnectorEventHandler(object sender, ConnectorEventArgs e);  

Parameters

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

e ConnectorEventArgs: The event data.