Partager via


ActivityDesigner.OnConnected(ConnectionPoint, ConnectionPoint) Méthode

Définition

Notifie le ActivityDesigner lorsqu'une connexion est établie entre deux points de connexion.

protected:
 virtual void OnConnected(System::Workflow::ComponentModel::Design::ConnectionPoint ^ source, System::Workflow::ComponentModel::Design::ConnectionPoint ^ target);
protected virtual void OnConnected (System.Workflow.ComponentModel.Design.ConnectionPoint source, System.Workflow.ComponentModel.Design.ConnectionPoint target);
abstract member OnConnected : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> unit
override this.OnConnected : System.Workflow.ComponentModel.Design.ConnectionPoint * System.Workflow.ComponentModel.Design.ConnectionPoint -> unit
Protected Overridable Sub OnConnected (source As ConnectionPoint, target As ConnectionPoint)

Paramètres

source
ConnectionPoint

Le ConnectionPoint source sur le concepteur d'activités actuel.

target
ConnectionPoint

Le ConnectionPoint cible sur le concepteur d'activités auquel se connecter.

Remarques

OnConnected n'a pas de comportement par défaut. Vous devez substituer cette méthode dans une classe qui dérive de ActivityDesigner pour fournir le traitement lorsqu'une connexion est établie entre deux concepteurs.

S’applique à