标签: c# wpf xaml
在我的功能中,我使用:
if (e.IsInertial) { e.Complete(); [other code] }
但是如果用户缓慢移动对象,则IsInertial == FALSE且[其他代码]不运行。还有另一种方法可以找出用户何时完成移动对象?