-
-
Notifications
You must be signed in to change notification settings - Fork 234
Nodify_Events_ConnectorEventHandler
miroiu edited this page Dec 23, 2024
·
1 revision
Namespace: Nodify.Events
Assembly: Nodify
Inheritance: Object → Delegate → MulticastDelegate → ConnectorEventHandler
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.