I have a usercontrol that is used to show its parent form using some effects.
i want this usercontrol to detect when Form.Show() is called and take over from there.
is there any simple way to do that except from subclassing?