|
-
Feb 16th, 2010, 12:14 PM
#3
New Member
Re: Me.SizeChanged and Me.Resize? What's the difference?
Cooi,
I searched MSDN for the control events for Resized and SizeChanged and found that there is a slight difference in these two events. The resized event is fired when the control is resized. The SizeChanged is fired when any of the Size properties are changed.
So, IF i am reading the MSDN library correctly (and someone please correct me if I am wrong), when the end user changes the size of a control, the resize event would fire and then the SizeChanged event would fire. If the size of a control is changed programmatically the SizeChanged event would fire and then the resize would fire.
I had never really thought about the order of these events and never had any issue to use them, so I hope I am reading the information correctly ... anyone else???
Thanks
Robert
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|