DragCompletedState Klasse

Definition

Der mousaction-Zustand, der angibt, dass der Zieh Vorgang abgeschlossen wurde. Dies muss nicht mit "aktioncompletedstate" verwechselt werden. Diese
Dragcompletedstate gibt an, dass nur der Zieh Vorgang abgeschlossen wurde.
nicht der gesamte mousaction-Vorgang. Mousaction kann auch nach Abschluss des Zieh Vorgangs aktiv bleiben. Dies ermöglicht mehrere Zieh Vorgänge innerhalb einer einzelnen mousaction.

public ref class DragCompletedState : Microsoft::VisualStudio::Modeling::Diagrams::MouseActionState
public class DragCompletedState : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionState
type DragCompletedState = class
    inherit MouseActionState
Public Class DragCompletedState
Inherits MouseActionState
Vererbung
DragCompletedState

Konstruktoren

DragCompletedState()

Initialisiert eine neue Instanz der dragcompletedstate-Klasse.

Methoden

Next(MouseAction)

Gibt den nächsten mousaction-Zustand zurück. Gültige nächste Zustände sind: (1) hoveringstate, wenn das aktuelle mougaction-Ereignis fortgesetzt wird. (2) Action canceledstate, wenn das aktuelle mougaction-Ereignis abgebrochen wird. (3) Action CompletedState, wenn das aktuelle mougaction-Ereignis abgeschlossen ist. (4) dieser Status für alle anderen Ereignisse.

Gilt für