Is there a way to respond to Snap in C# in a Metro app? When one of the pages is snapped I need to show another one. My idea is to respond to snap by naviating to another pa
In Consumer Preview you need to react to a different event. It's ViewStateChanged now, not LayoutChanged.