Add drop event [WIP]

This commit is contained in:
qianlifeng
2015-02-02 23:28:40 +08:00
parent 5ef72b81ae
commit 95e468c90a
10 changed files with 199 additions and 157 deletions

View File

@@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Input;
namespace Wox.Plugin
@@ -9,6 +10,8 @@ namespace Wox.Plugin
public delegate void WoxKeyDownEventHandler(WoxKeyDownEventArgs e);
public delegate void AfterWoxQueryEventHandler(WoxQueryEventArgs e);
public delegate void ResultItemDropEventHandler(Result result, IDataObject dropObject);
/// <summary>
/// Global keyboard events
/// </summary>