Skip to content

Events / PendingConnectionEventHandler

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.