Skip to content

Nodify_Events_ConnectorEventHandler

miroiu edited this page Dec 23, 2024 · 1 revision

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.

Clone this wiki locally