Handle Life Cycle Events Of Blazor From Radzen

I would like to to handle to Balzor component life cycle events like
ShouldRender
OnParameterChange
and etc.
I could not find a way. Can you please help.

Hi @manojgolla1,

Indeed this isn't easily doable at the moment. You can add lifecycle methods in the *.razor.cs file that Radzen generates. You can't do that visually though. Maybe this is something we can add in Radzen 3.0.

1 Like

Thank you for the reply. It's good to have in the Radzen.

and I tired to add in *.razor.cs file. I'm not able to find the reference class for the below event in screenshot.
image
Please help me which class this event has if you know.