GridViewHeaderRowPresenter.OnLostMouseCapture(MouseEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 LostMouseCapture 之 GridViewColumnHeader 事件的類別處理。
protected:
override void OnLostMouseCapture(System::Windows::Input::MouseEventArgs ^ e);
protected override void OnLostMouseCapture (System.Windows.Input.MouseEventArgs e);
override this.OnLostMouseCapture : System.Windows.Input.MouseEventArgs -> unit
Protected Overrides Sub OnLostMouseCapture (e As MouseEventArgs)
參數
事件資料。
備註
LostMouseCapture如果在資料行移至新位置時發生事件,則會取消移動。
這個實作 LostMouseCapture 不會處理 事件。