Is it OK to use @InjectEntity inside a read model's @EventHandler?

Or is @InjectEntity only meant for command handlers?
My usecase is to get entity data while handling deleted event which only has the id of the object