Vixen
02b45cc4
csharp
public enum DragStage

Where a drag is in its life.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

Named a stage rather than a phase because Phase is already the routing phase, and a drag event has both — it is at some point of its own life while being at some point of its journey through the tree.

Fields and properties (4)

  • Started

    The pointer has moved far enough to be a drag rather than a wobble.

  • Moved

    It has moved again.

  • Completed

    It came up.

  • Cancelled

    Something took the pointer away — a window losing focus, a system gesture.

Used by (11)

  • BuildContextVixen.Ui
  • DockingHostVixen.Ui.Controls.Advanced
  • DragEventVixen.Ui
  • GestureRecognizerVixen.Ui
  • GestureTestsVixen.Ui.Tests
  • InteractionTestsVixen.Ui.Testing.Tests
  • TransformTestsVixen.Ui.Testing.Tests
  • TreeViewVixen.Ui.Controls.Advanced
  • AssetGridVixen.Editor.App
  • ComponentsViewVixen.Editor.App
  • ProjectBrowserVixen.Editor.App