OnRenderComplete like event for WPF controls
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I want to do some processing after knowing that a control has finished rendering. In windows forms we usually had events like OnRenderComplete with all the controls. But in WPF I found events like Loaded, Initialized, OnLayoutUpdated etc.. which do not inform you that the control has actually finished rendering on the UI. Is there a way to identify this?
Pankaj Chamria, Software Developer.