using Quicker.Utilities;
win.DragLeave += (sender, e) =>
{
AppHelper.ShowInformation("离开窗口");
};
同样win.DragEnter,在进入子控件也会触发,而不是仅进入窗口触发一次;
动作:https://getquicker.net/Sharedaction?code=81b455e5-ce3b-4b56-b03b-08dd56e751a4
从弹出面板拖拽动作到窗口,会发现经过窗口子控件会触发win.DragLeave事件