Documentation

onBeforeRender()

Handles the BeforeRender event, emitted before the element is rendered for the first time.

onBeforeRender(handle: string | ViewBuilderEventHandler<TView>): this;

Parameters

Related