InvokeEditorAction.OnMouseActionDeactivated(DiagramEventArgs) 方法

定义

清理此鼠标操作,如确保停用计时器。

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

参数

e
DiagramEventArgs

包含事件数据的 DiagramEventArgs。

适用于