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