The event ColumnWidthChanged in GridViewColumn has been marked "Obsolete" in Q3 2009.
Is there any new event by which we can monitor resizing of GridView columns?
This event supports columns layout infrastructure and should not be used directly from your code. Currently we are considering better alternative to it.
If you want to track column width changes you can bind to width property of each column.
I am attaching sample project demonstrating how this can be achieved.
If you have any more questions do not hesitate to contact us.