If I create a new entity by calling the PersistenceManager.CreateEntity<T> method, and then bind that new entity to the UI without first calling entity.AddToManager(), it doesn't seem like the PropertyChanged events are firing to update the bound controls. Is this by design or is it a bug?
Thanks!