GridViewHeaderRowPresenter.OnLostMouseCapture(MouseEventArgs) メソッド

定義

LostMouseCaptureGridViewColumnHeader イベントに対するクラス処理を提供します。

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)

パラメーター

e
MouseEventArgs

イベントのデータ。

注釈

列が LostMouseCapture 新しい位置に移動しているときにイベントが発生した場合、移動は取り消されます。

この実装では、 イベントは LostMouseCapture 処理されません。

適用対象