Project: Window State Components.
Unit: PJWdwState.
Class: TPJCustomWdwState
Applies to: ~>5.4
property OnAfterWindowSized: TNotifyEvent;
This published event is triggered just after the window’s size has been set. This occurs before the window is actually restored on screen and before its state has been set.
Handle this event if you need to determine the normal size and position of the window, regardless of its final state. Use methods of the host form to find the required size and position information.