BrightIdeasSoftware.ObjectListView.UpdateFiltering C# (CSharp) Method

UpdateFiltering() protected method

When some setting related to filtering changes, this method is called.
protected UpdateFiltering ( ) : void
return void
        protected virtual void UpdateFiltering()
        {
            this.BuildList(true);
        }
ObjectListView