views:

99

answers:

2

Hi, 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.

A: 

What about VisibleChanged?

thecoop
+1  A: 

Have a look at this link here that explains about the order of winforms events firing..

Hope this helps, Best regards, Tom.

tommieb75
This is for a user control, not a form (ie no Form.Shown event)
thecoop