NavLink.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:
 override void OnInitialized();
protected override void OnInitialized ();
override this.OnInitialized : unit -> unit
Protected Overrides Sub OnInitialized ()

Applies to