ARCed.UI.DockPanel.SplitterDragHandler.OnDragging C# (CSharp) Method

OnDragging() protected method

protected OnDragging ( ) : void
return void
            protected override void OnDragging()
            {
                this.Outline.Show(this.GetSplitterOutlineBounds(MousePosition));
            }