Hi everyone,
I have a custom control with a custom designer. I need to check something about the control when it gets added to its parent. Currently I override InitializeNewComponent and perform the checking there. The problem is when I cut and paste the control onto another parent it does not seem to run either InitializeNewComponent nor InitializeExistingComponent. Is there any method that does run and a way to know that a cut and paste was performed?
Regards,
Mark.