FreeformActivityDesigner.ConnectorChanged 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在用户更改与 ConnectionPoint 所显示的 Connector 相关联的 FreeformActivityDesigner 位置时发生。
public:
event System::Workflow::ComponentModel::Design::ConnectorEventHandler ^ ConnectorChanged;
public event System.Workflow.ComponentModel.Design.ConnectorEventHandler ConnectorChanged;
member this.ConnectorChanged : System.Workflow.ComponentModel.Design.ConnectorEventHandler
Public Custom Event ConnectorChanged As ConnectorEventHandler
Public Event ConnectorChanged As ConnectorEventHandler
事件类型
注解
当用户在 ConnectionPoint 对象的任意一端更改 Connector 位置时,将更改连接器。
OnConnectorChanged 是 ConnectorChanged 事件的注册的委托事件处理程序。