BrightIdeasSoftware.ObjectListView.FinishCellEdit C# (CSharp) Method

FinishCellEdit() public method

Finish the cell edit operation, writing changed data back to the model object
This method does not trigger a Validating event, so it always finishes the cell edit.
public FinishCellEdit ( ) : void
return void
        public virtual void FinishCellEdit()
        {
            this.FinishCellEdit(false);
        }

Same methods

ObjectListView::FinishCellEdit ( bool expectingCellEdit ) : void
ObjectListView