ComponentBase.OnInitialized Method

Definition

Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree.

protected:
 virtual void OnInitialized();
protected virtual void OnInitialized ();
abstract member OnInitialized : unit -> unit
override this.OnInitialized : unit -> unit
Protected Overridable Sub OnInitialized ()

Applies to