ActionCompletedState 类

定义

指示 MouseAction 已完成的 MouseAction 状态。 这不会与 DragCompletedState 混淆。 此 ActionCompletedState 指示整个 MouseAction 已完成;不仅仅是拖放本身。

public ref class ActionCompletedState : Microsoft::VisualStudio::Modeling::Diagrams::MouseActionState
public class ActionCompletedState : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionState
type ActionCompletedState = class
    inherit MouseActionState
Public Class ActionCompletedState
Inherits MouseActionState
继承
ActionCompletedState

构造函数

ActionCompletedState()

初始化 ActionCompletedState 类的新实例。

方法

Next(MouseAction)

返回下一个 MouseAction 状态。 唯一有效的下一个状态是 InactiveState。

适用于