WorkflowViewElement.OnMouseUp(MouseButtonEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當釋放滑鼠按鈕時叫用。
protected:
override void OnMouseUp(System::Windows::Input::MouseButtonEventArgs ^ e);
protected override void OnMouseUp (System.Windows.Input.MouseButtonEventArgs e);
override this.OnMouseUp : System.Windows.Input.MouseButtonEventArgs -> unit
Protected Overrides Sub OnMouseUp (e As MouseButtonEventArgs)
參數
MouseButtonEventArgs 執行個體,其中包含事件資料。 事件資料會報告滑鼠按鈕已釋放。