WindowRectChangingEventArgs.OldWindowRect Property

Definition

Gets the old rect from which the window will be changing (if nothing prevents the change).

public:
 property RectInt32 OldWindowRect { RectInt32 get(); };
RectInt32 OldWindowRect();
public RectInt32 OldWindowRect { get; }
var rectInt32 = windowRectChangingEventArgs.oldWindowRect;
Public ReadOnly Property OldWindowRect As RectInt32

Property Value

The old rect from which the window will be changing (if nothing prevents the change).

Applies to