WindowRectChangingEventArgs.NewWindowRect 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.
public:
property RectInt32 NewWindowRect { RectInt32 get(); void set(RectInt32 value); };
RectInt32 NewWindowRect();
void NewWindowRect(RectInt32 value);
public RectInt32 NewWindowRect { get; set; }
var rectInt32 = windowRectChangingEventArgs.newWindowRect;
windowRectChangingEventArgs.newWindowRect = rectInt32;
Public Property NewWindowRect As RectInt32