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