ComponentBase.OnInitialized Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ()