Nodify_Events_PendingConnectionEventHandler - miroiu/nodify GitHub Wiki

PendingConnectionEventHandler Delegate

Namespace: Nodify.Events

Assembly: Nodify

Inheritance: ObjectDelegateMulticastDelegatePendingConnectionEventHandler

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.

⚠️ **GitHub.com Fallback** ⚠️