Hi, I am writing a usercontrol. I want to draw the user control when the resize is done. I am not able to find any event equivalent to "ResizeEnd" of windows form.
Is there any equivalent event for user controls?
please note that in this case the parent control of the user control is itself an usercontrol, so I cannot convert it (parent user control) into a form. As I am using a framework, I cannot access the form on which this user control will be displayed.