/// <summary> /// Ensures any cached data on this item is saved /// </summary> /// <param name="pbc">An <see cref="IBindCtx"/> interface for a Bind Context </param> public void Update(IBindCtx pbc) { _pItem.Update(pbc); }