ZForge.Controls.TreeViewAdv.Tree.TreeViewAdv.StartDragTimer C# (CSharp) Method

StartDragTimer() private method

private StartDragTimer ( ) : void
return void
        private void StartDragTimer()
        {
            if (_dragTimer == null)
                _dragTimer = new System.Threading.Timer(new TimerCallback(DragTimerTick), null, 0, 100);
        }
TreeViewAdv