ActivityDesigner.OnConnected(ConnectionPoint, ConnectionPoint) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当在两个连接点之间建立连接时,向 ActivityDesigner 发出通知。
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)
参数
- source
- ConnectionPoint
当前活动设计器上的源连接点。
- target
- ConnectionPoint
活动设计器上要连接到的目标连接点。
注解
OnConnected 没有默认行为。 若要在两个计器之间建立连接时提供处理,必须在从 ActivityDesigner 派生的类中重写此方法。