OnInitializedAsync

hi ..

I want to know how to add my function to the corresponding function and do it.

Are you using Radzen Studio? If yes - use the Load event of the page to add statements executed during OnInitializedAsync.

radzen studio .. program is in use

Then my answer is adequate. Use the Load event of the desired page.

OnInitializedAsync is a function created automatically. OnInitializedAsync I want to add a function I made. There is a function I want to initialize before the Load function.

And additionally, is there a way to copy and use all Load events identically on other pages?