Manipulation.CompleteManipulation(UIElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对指定元素完成活动操作。 调用时,将不再跟踪操作输入,并且指定元素的惯性将停止。
public:
static void CompleteManipulation(System::Windows::UIElement ^ element);
public static void CompleteManipulation (System.Windows.UIElement element);
static member CompleteManipulation : System.Windows.UIElement -> unit
Public Shared Sub CompleteManipulation (element As UIElement)
参数
- element
- UIElement
要对其完成操作的元素。
注解
CompleteManipulation调用 方法时,将ManipulationCompleted引发 事件。