Bubble event in parent control
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I am having a ACTBaseControl class derived from System.Windows.Forms.Textbox. ACTMyTextBox derives ACTBaseControl(MultiLevel Inheritance).Instance of ACTMyTextbox is created in designer. But problem is when i resize control using mouse it doesnt work. Overriden method of OnResize is not triggered. But when i enter values through property grid it triggers.What could be the cause of the event not raising. Any help please....