Smrf.NodeXL.Visualization.Wpf.NodeXLControl.CheckForTranslationDragOnMouseUp C# (CSharp) Method

CheckForTranslationDragOnMouseUp() protected method

protected CheckForTranslationDragOnMouseUp ( System.Windows.Input.MouseEventArgs oMouseEventArgs ) : void
oMouseEventArgs System.Windows.Input.MouseEventArgs
return void
    CheckForTranslationDragOnMouseUp
    (
        MouseEventArgs oMouseEventArgs
    )
    {
        Debug.Assert(oMouseEventArgs != null);
        AssertValid();

        // (Nothing further needs to be done for a translation drag on mouse
        // up.)

        m_oTranslationBeingDragged = null;
    }
NodeXLControl