WindowRectChangedEventArgs.OldWindowRect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the old rect from which the window changed.
public:
property RectInt32 OldWindowRect { RectInt32 get(); };
RectInt32 OldWindowRect();
public RectInt32 OldWindowRect { get; }
var rectInt32 = windowRectChangedEventArgs.oldWindowRect;
Public ReadOnly Property OldWindowRect As RectInt32
Property Value
The old rect from which the window changed.