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