mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Add drop event.
This commit is contained in:
@@ -115,9 +115,9 @@ namespace Wox.Plugin.Program
|
||||
}
|
||||
}
|
||||
|
||||
void API_ResultItemDropEvent(Result result, IDataObject dropObject)
|
||||
void API_ResultItemDropEvent(Result result, IDataObject dropObject, DragEventArgs args)
|
||||
{
|
||||
|
||||
args.Handled = true;
|
||||
}
|
||||
|
||||
public static void IndexPrograms()
|
||||
|
||||
Reference in New Issue
Block a user