Project: Window State Components.
Unit: PJWdwState.
Class: TPJCustomWdwState
Applies to: ~>5.4
property OnAfterWindowRestored: TNotifyEvent;
This published event is triggered just after the window has been restored. This occurs either after program start-up if the AutoSaveRestore property is True or after the Restore method has been called.
Handle this event if you need to determine the state of the restored window or its restored size. Use methods of the host form to find the required information.
- OnAfterWindowSized [~>5.4]