What's the difference between OnSize() and OnSizing()?

Will these two functions be called in sequence? and in what sequence?

[77 byte] By [FeiXu] at [2007-12-16]
# 1
If I recall correct OnSizing happens during the resize, while OnSize is called after the fact.

-- b.gr

P.S.: The MFC docs cover this in a pretty understandable way :]

BjoernGraf at 2007-9-9 > top of Msdn Tech,Visual C++,Visual C++ General...