Considering the On Initialize lifecycle event, which of the following options is true?
A
The On Initialize event is triggered before the Screen or Block is rendered and before fetching any data.
B
The On Initialize event is triggered after the Screen or Block has been rendered, so you can use it to manipulate its structure.
C
The On Initialize event is triggered after an Aggregate finishes fetching data and can be used to act upon the retrieved data before it's used in the Screen.
D
The On Initialize event is triggered after the input parameter of a Block changes.