Skip to content

Drop Event does not properly bubble #82

@alanebro82

Description

@alanebro82

Drop events don't let you bubble the event to parent controls. DragOver events do.

DragDrop.cs:779

      e.Handled = !dropInfo.NotHandled;

DragDrop.cs:798

      e.Handled = true;

Why the difference? Seems like 798 should be the same as 779, unless I'm missing something.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions