GridViewHeaderRowPresenter.OnMouseMove(MouseEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides class handling for the MouseMove event that occurs when the user moves the mouse.
protected:
override void OnMouseMove(System::Windows::Input::MouseEventArgs ^ e);
protected override void OnMouseMove (System.Windows.Input.MouseEventArgs e);
override this.OnMouseMove : System.Windows.Input.MouseEventArgs -> unit
Protected Overrides Sub OnMouseMove (e As MouseEventArgs)
Parameters
The event data.
Remarks
If the AllowsColumnReorder property is set to true
and the user presses the left mouse button, this method implements the visual behavior that occurs when the user drags a GridViewColumnHeader to a new location. This method override sets the Handled event argument to true
for the MouseMove event even if the user does not press the left mouse button.