SilverlightMappingToolBasic.UI.SuperGraph.View.NodeControlSupportClasses.NodeControl.MotionHandler_NodeInMotionEvent C# (CSharp) Method

MotionHandler_NodeInMotionEvent() private method

private MotionHandler_NodeInMotionEvent ( object sender, NodeMotionHandlerEventArgs e ) : void
sender object
e NodeMotionHandlerEventArgs
return void
        private void MotionHandler_NodeInMotionEvent(object sender, NodeMotionHandlerEventArgs e)
        {
            if (ShapeMoved != null)
            {
                ShapeMoved(this, new ShapeMovedEventArgs { Location = e.Location });
            }
        }