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

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

Resumes painting the TreeView control after painting is suspended by the BeginUpdate method.
public EndUpdate ( ) : void
Результат void
        public void EndUpdate()
        {
            _treeView.EndUpdate();
        }
KryptonTreeView