property OnResize: TNotifyEvent;
OnResize is called each time dimensions of the associated data array change. This event is normally preceeded with the OnChange call.
Similar to OnChange, generation of OnResize may be temporarily suppressed with BeginUpdate/EndUpdate.