Alan Kleymeyer’s Blog
What is up.
-
In .NET, what is the difference between OnResize & OnSizeChanged?
Posted on August 7th, 2006 1 comment"From a user’s point of view, they’re the same thing. OnResize will be called whenever OnSizeChanged is called. The reason we have both is that OnSizeChanged is used for databinding and we had OnResize first. The user can override either one and see the same behavior." [dotnet247]


