DataGridColumnHeader.OnLostMouseCapture(MouseEventArgs) Method

Definition

Provides class handling for the LostMouseCapture routed event that occurs when this control is no longer receiving mouse event messages.

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)

Parameters

e
MouseEventArgs

The event data for the LostMouseCapture event.

Applies to

See also