BrightIdeasSoftware.ObjectListView.RefreshObject C# (CSharp) Method

RefreshObject() public method

Update the rows that are showing the given objects
This method does not resort or regroup the view.
public RefreshObject ( object modelObject ) : void
modelObject object
return void
        public virtual void RefreshObject(object modelObject)
        {
            this.RefreshObjects(new object[] { modelObject });
        }
ObjectListView