ManualRouteAction.OnDragCompleted(MouseActionEventArgs) 方法

定义

执行手动路由。

protected:
 override void OnDragCompleted(Microsoft::VisualStudio::Modeling::Diagrams::MouseActionEventArgs ^ e);
protected override void OnDragCompleted (Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs e);
override this.OnDragCompleted : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs -> unit
Protected Overrides Sub OnDragCompleted (e As MouseActionEventArgs)

参数

e
MouseActionEventArgs

一个包含事件数据的 MouseActionEventArgs。

适用于