BrightIdeasSoftware.ObjectListView.UpdateHotRow C# (CSharp) Method

UpdateHotRow() protected method

Update the given row using the current hot item information
protected UpdateHotRow ( OLVListItem olvi ) : void
olvi OLVListItem
return void
        protected virtual void UpdateHotRow(OLVListItem olvi)
        {
            this.UpdateHotRow(this.HotRowIndex, this.HotColumnIndex, this.HotCellHitLocation, olvi);
        }

Same methods

ObjectListView::UpdateHotRow ( int rowIndex, int columnIndex, HitTestLocation hitLocation, OLVListItem olvi ) : void
ObjectListView