as the title says, I'm looking for an event to catch after a user control has been shown.
At the moment, I have to set a do-once variable and catch the Invalidated event.
as the title says, I'm looking for an event to catch after a user control has been shown.
At the moment, I have to set a do-once variable and catch the Invalidated event.
Have a look at this link here that explains about the order of winforms events firing.
What about VisibleChanged?