Пример #1
0
 private void OnDragLeave(object sender, DragEventArgs e)
 {
     if (sender == this)
     {
         LeftDump.HideDragAndDrop();
         RightDump.HideDragAndDrop();
     }
 }
Пример #2
0
        // =================================
        // Custom events
        // =================================

        private void OnDumpDropped()
        {
            m_treeSortPropery = null;

            LeftDump.HideDragAndDrop();
            RightDump.HideDragAndDrop();
            LeftDump.ShowDumpView();
            RightDump.ShowDumpView();
        }