ARCed.Controls.DatabaseObjectListBox.EndUpdate C# (CSharp) Method

EndUpdate() public method

Resumes painting of the control's listbox after painting is suspended from calling BeginUpdate().
public EndUpdate ( ) : void
return void
        public void EndUpdate()
        {
            this.listBoxObjects.EndUpdate();
        }