ComponentFactory.Krypton.Toolkit.KryptonTreeView.BeginUpdate C# (CSharp) Метод

BeginUpdate() публичный Метод

Maintains performance while items are added to the TreeView one at a time by preventing the control from drawing until the EndUpdate method is called.
public BeginUpdate ( ) : void
Результат void
        public void BeginUpdate()
        {
            _treeView.BeginUpdate();
        }
KryptonTreeView