csharp
public enum DragStageWhere 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)
StartedThe pointer has moved far enough to be a drag rather than a wobble.
MovedIt has moved again.
CompletedIt came up.
CancelledSomething 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